commented out Names from Grammar temporarily to avoid failure with notYet

This commit is contained in:
Aarne Ranta
2023-08-21 15:59:33 +03:00
parent f08c9c0c93
commit 0cbae9883d

View File

@@ -14,8 +14,8 @@ concrete GrammarGer of Grammar =
TextX - [Tense,Temp], TextX - [Tense,Temp],
IdiomGer, IdiomGer,
StructuralGer - [part_Prep,possess_Prep], -- use PartNP, PossNP instead StructuralGer - [part_Prep,possess_Prep], -- use PartNP, PossNP instead
TenseGer, TenseGer
NamesGer ---- NamesGer -- notYet!
** { ** {
flags startcat = Phr ; unlexer = text ; lexer = text ; flags startcat = Phr ; unlexer = text ; lexer = text ;