another doubling of parsing speed for Fin by using stems inside VP as well. Now just 10% of the time before these optimizations.

This commit is contained in:
aarne
2013-12-07 15:55:20 +00:00
parent b4e08ae60c
commit c8d91cd407
11 changed files with 515 additions and 273 deletions

View File

@@ -1,4 +1,4 @@
concrete PhraseFin of Phrase = CatFin ** open ResFin, (P = Prelude) in {
concrete PhraseFin of Phrase = CatFin ** open ResFin, StemFin, (P = Prelude) in {
lin
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;