Ideas for Google Summer of Code/Morphology with HFST
< Ideas for Google Summer of Code
		
		
		
		
		Jump to navigation
		Jump to search
		Revision as of 11:19, 2 February 2010 by Francis Tyers (talk | contribs)
$ https://hfst.svn.sourceforge.net/svnroot/hfst
hfst/trunk/hfst/hfst-tools/src
Files:
hfst-lookup.cc 
hfst-optimized-lookup.cc
Lines:
1184                KeyVector* kv = HFST::line_to_keyvector(&line, key_table,
                                                         &markup, &unknown);
1191                 kvs  = HFST::lookup_unique(kv, cascade[0],
                                                    key_table, &infinite);
707     lookups = lookup_all(t, kv, &flag_diacritic_set);
591 KeyVector* 
592 line_to_keyvector(char** s, KeyTable* kt, char** markup, bool* outside_sigma)
692 KeyVectorSet*
693 lookup_unique(KeyVector* kv, TransducerHandle t,
694               KeyTable* kt, bool* infinity)

