commit 51e96c230a84f06e240349b582a408cad6d365a6 Author: koguzhan Date: Thu Aug 1 19:06:18 2019 +0200 select finite EOS diff --git a/apertium-uzb.uzb.rlx b/apertium-uzb.uzb.rlx index e5c00ef..884b6fb 100644 --- a/apertium-uzb.uzb.rlx +++ b/apertium-uzb.uzb.rlx @@ -60,6 +60,7 @@ SET NOMINAL-HEAD = N | Ger | Subst ; SET WORD = N | V | A | Post | Pron | Det | Adv | CC | CS | Interj | Num | ("\?") ; SET MARK = (",") | ("\\") | ("\;") | ("–"); #" SET WORDMARK = WORD | MARK ; +SET PHRASEMARK = ("\\") | ("\;") ; #" #To be fixed, ugly @@ -222,3 +223,7 @@ REMOVE Interj IF (NOT -1 BOS) (NOT 1 EOS) ; SELECT Attr (0 Nom) (1C Px3Sp + Nom) ; # Do not read Copula if the following item is not the end of sentence + +SELECT Sub:1 FINITE IF + #(0/1 Ger) # FIXME: why does this only work when commented + (1 EOS OR PHRASEMARK) ;