mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
eliminated empty variants from NumeralsCat, resulting in lost linearization
This commit is contained in:
@@ -100,7 +100,7 @@ lin
|
||||
unit => cardOrd1 co "un" "una" "primer" ;
|
||||
teen => cardOrd2 co "onze" ;
|
||||
ten => cardOrd2 co "deu" ;
|
||||
tenplus => variants {} ;
|
||||
tenplus => [] ; ---- variants {} ; -- not used AR 26/5/2010
|
||||
OrdF => cardOrd2 co "un" ;
|
||||
Aunit => []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user