Difference between revisions of "Prefixes and infixes"

From Apertium
Jump to navigation Jump to search
Line 6: Line 6:
 
# treating LFs as sets
 
# treating LFs as sets
 
# detecting lexical forms in the sequence they are generated by the tagger
 
# detecting lexical forms in the sequence they are generated by the tagger
  +
  +
The tagger should probably also be changed to deal with prefixes.

Revision as of 15:07, 26 May 2007

One solution would be to see lexical forms (LFs) as sets and not as sequences. e.g. pl.n.kitabu or pl.kitabu.n would be the same (swahili)

Two possible ways:

  1. normalization of some kind, perhaps specified with some rules
  2. treating LFs as sets
  3. detecting lexical forms in the sequence they are generated by the tagger

The tagger should probably also be changed to deal with prefixes.