forked from GitHub/gf-core
finished the refactoring of Fin with unstemmed (for library use) and stemmed (for large-scale parsing use). All differences are located in the file StemFin.
This commit is contained in:
@@ -279,7 +279,7 @@ concrete WordsFin of Words = SentencesFin **
|
|||||||
by = SyntaxFin.mkAdv (casePrep adessive) (mkNP n)
|
by = SyntaxFin.mkAdv (casePrep adessive) (mkNP n)
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
mkSuperl : A -> Det = \a -> mkDet the_Quant (mkOrd a) ;
|
mkSuperl : A -> Det = \a -> SyntaxFin.mkDet the_Quant (mkOrd a) ;
|
||||||
|
|
||||||
far_IAdv = E.IAdvAdv L.far_Adv ;
|
far_IAdv = E.IAdvAdv L.far_Adv ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user