re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input

This commit is contained in:
aarne
2017-04-11 15:48:18 +00:00
parent 0560180c67
commit 9cdd5d3538
21 changed files with 52 additions and 18 deletions

View File

@@ -20,14 +20,19 @@ incomplete concrete AppFunctor of App =
-- Construction
-- Extensions
PassVPSlash, PassAgentVPSlash -- not reachable anyway
]
],
Phrasebook - [open_Adv]
** open Syntax in {
flags
literal=Symb ;
case_sensitive=off ;
lin
PhrasePhr p = {s = "+" ++ p.s} | p ;
Phrase_Chunk p = p ;
ComplV2 v np = mkVP v np ;
ComplV2V v np vp = mkVP v np vp ;