category Extend.X for unclassified words, as in UD

This commit is contained in:
aarneranta
2021-05-27 11:19:54 +02:00
parent eb50c5a9e3
commit 2ade51ecff
2 changed files with 4 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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 {} ;