[Parley-devel] [Bug 177478] New: setting espagnol conjugaisons in Parley with groups of verbs

dmoyne daniel.moyne at neuf.fr
Thu Dec 11 12:15:04 CET 2008


http://bugs.kde.org/show_bug.cgi?id=177478

           Summary: setting espagnol conjugaisons in Parley with groups of
                    verbs
           Product: parley
           Version: 0.9.1
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: parley-devel at kde.org
        ReportedBy: daniel.moyne at neuf.fr


Version:           0.9.1 (using 4.1.2 (KDE 4.1.2), Kubuntu packages)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.24-22-generic

like #164872 I want to set espagnol conjugaisons in Parley and I want to know
how this is working : in a script with something like this ? :
[group_list]
        {root}[ar]
        {root}[er]
        {root}[ir]
[/group_list]
[ar]
        regular_ar
        irregular_ar
[/ar]
[er]
        regular_er
        irregular_er
[/ar]
[ir]
        [regular_ir]
        [irregular_ir]
[/ir]
[regular_ar]
        indicativo_ar
        subjonctivo_ar
        ...
[/regular_ar]
[indicativo_ar]
        present_indicativo_ar
        ...
[/indicativo_ar]
...
[present_indicativo_ar]
        person_1
        person_2
        person_3
        person_4
        person_5
        person_6
[/present_indicativo_ar]
[person_1]
        {root}+"o"
[/person_1]
...

like this a verb is refered to a model like :
cantar -> [cant]+[ar] where root="cant" and "ar" is used as group, we can even
add exception like :
dormir -> [d{o}rm]+[ir] where {o} is an irregulatity attached to [ir] group in
such case you drop in [irregular_ir] section where you list only what is non
regular like :
[irregular_ir]
        [o]
                [present_indicativo_ir]
                        [person_1]
                                o=ue
                        [/person_1]
                [/present_indicativo_ir]
        [/o]
[/irregular_ir]

This is just an idea ; this would be subtituded to Kverbos at the end of course


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Parley-devel mailing list