El 2020-05-06 09:40, egea piñeiro helena escribió:
Hello!

 I wanted to ask for a tool, if it exists in apertium already, to
create the words with their flexions from a lexical unit with its
gramatical and morphological information. And the same with verbs to
get the right conjugation. For example:

 be<vbser><pri><p3><sg>  --> get is
 season<n><pl> --> seasons

 I assume this is possible getting the information from the
dictionary, but I was wondering if there is already a tool or if
someone already created a sort of script.

 Thank you!

You can use lt-proc, or a one of the many other API things.

$ echo "^season<n><pl>$" | lt-proc -g ~/source/apertium/languages/apertium-eng/eng.autogen.bin
seasons


Best regards,

Francis M. Tyers


_______________________________________________
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff

Reply via email to