mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
category Extend.X for unclassified words, as in UD
This commit is contained in:
@@ -287,4 +287,6 @@ fun UseDAP : DAP -> NP ;
|
||||
UseDAPMasc : DAP -> NP ;
|
||||
UseDAPFem : DAP -> NP ;
|
||||
|
||||
cat X ; -- for words that are difficult to classify, mainly for MorphoDict
|
||||
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@ lincat
|
||||
RNP = Grammar.NP ;
|
||||
RNPList = Grammar.ListNP ;
|
||||
|
||||
X = {s : Str} ; -- for words that are difficult to classify, mainly for MorphoDict
|
||||
|
||||
lin
|
||||
BaseVPS = variants {} ;
|
||||
ConsVPS = variants {} ;
|
||||
|
||||
Reference in New Issue
Block a user