Difference between revisions of "Ideas for Google Summer of Code/Morphology with HFST"

From Apertium
Jump to navigation Jump to search
(Created page with ' <pre> $ https://hfst.svn.sourceforge.net/svnroot/hfst hfst/trunk/hfst/hfst-tools/src Files: hfst-lookup.cc hfst-optimized-lookup.cc Lines: 1184 KeyVector*…')
 
Line 1: Line 1:
 
 
<pre>
 
<pre>
 
$ https://hfst.svn.sourceforge.net/svnroot/hfst
 
$ https://hfst.svn.sourceforge.net/svnroot/hfst
Line 17: Line 16:
 
&markup, &unknown);
 
&markup, &unknown);
   
  +
1191 kvs = HFST::lookup_unique(kv, cascade[0],
  +
key_table, &infinite);
  +
  +
707 lookups = lookup_all(t, kv, &flag_diacritic_set);
   
 
591 KeyVector*
 
591 KeyVector*
 
592 line_to_keyvector(char** s, KeyTable* kt, char** markup, bool* outside_sigma)
 
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)
  +
   
   

Revision as of 11:19, 2 February 2010

$ 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)