mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 14:42:50 -06:00
big DictionaryDut from Wiktionary - very noisy for common words, but works
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
concrete ChunkDut of Chunk = CatDut
|
||||
---- , ExtensionsDut
|
||||
concrete ChunkDut of Chunk = CatDut, ExtensionsDut [VPS,VPI]
|
||||
**
|
||||
ChunkFunctor - [UseVC, VPS_Chunk, emptyNP, VPI_Chunk]
|
||||
ChunkFunctor - [emptyNP]
|
||||
with (Syntax = SyntaxDut), (Extensions = ExtensionsDut)
|
||||
**
|
||||
open
|
||||
@@ -11,9 +10,9 @@ concrete ChunkDut of Chunk = CatDut
|
||||
oper
|
||||
emptyNP = SyntaxDut.mkNP (P.mkPN []) ;
|
||||
|
||||
----lin
|
||||
---- NP_Acc_Chunk np = ss (np.s ! NPC Acc) ;
|
||||
---- NP_Gen_Chunk np = ss (np.s ! NPC Gen) ;
|
||||
lin
|
||||
NP_Acc_Chunk np = ss (np.s ! NPAcc) ;
|
||||
NP_Gen_Chunk np = ss ("van" ++ np.s ! NPAcc) ; ----
|
||||
|
||||
---- VPI_Chunk vpi = {s = vpi.s ! (True | False)} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user