Hi,

I want to group two categories into one in monodix.

for e.g

<sdef n="cat:n" c="Noun"/>
<sdef n="cat:adj" c="adj"/>

into one . Is there any methods to do it in monodix.

I can group the categories in t1x file

for e.g . I can group different kind of verbs  into one "verb".

      <def-cat n="verb">
                <cat-item tags="vblex.*"/>
                <cat-item tags="vbser.*"/>
                <cat-item tags="vbhaver.*"/>
                <cat-item tags="vbmod.*"/>
        </def-cat>


Reason: In Hindi many nouns behave as adjectives. Hence to provide both
"adjective" and "noun" analysis for these words , we can assign them a
new-category "adj-noun" or something like this.

Thanks,
Sriram
------------------------------------------------------------------------------
_______________________________________________
Apertium-stuff mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/apertium-stuff

Reply via email to