mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -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 ;
|
UseDAPMasc : DAP -> NP ;
|
||||||
UseDAPFem : 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 ;
|
RNP = Grammar.NP ;
|
||||||
RNPList = Grammar.ListNP ;
|
RNPList = Grammar.ListNP ;
|
||||||
|
|
||||||
|
X = {s : Str} ; -- for words that are difficult to classify, mainly for MorphoDict
|
||||||
|
|
||||||
lin
|
lin
|
||||||
BaseVPS = variants {} ;
|
BaseVPS = variants {} ;
|
||||||
ConsVPS = variants {} ;
|
ConsVPS = variants {} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user