forked from GitHub/gf-rgl
(treebanks) add treebank with some numeral trees
biased towards Portuguese edge cases, naturally
This commit is contained in:
@@ -7,6 +7,7 @@ Available treebanks:
|
||||
rgl-exx.txt -- an old text treebank for RGL copied from GF/test/exx-resource.gfs
|
||||
rgl-api-trees.txt -- the examples of the library synopsis in core RGL terms
|
||||
ud-rgl-trees.txt -- trees constructed from Universal Dependencies documentation by using words from the common RGL Lexicon
|
||||
numeral-trees.txt -- trees representing a variety of numerals
|
||||
|
||||
To run a treebank on a language:
|
||||
|
||||
|
||||
10
treebanks/numeral-trees.txt
Normal file
10
treebanks/numeral-trees.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
num (pot2as3 (pot2 pot01))
|
||||
num (pot2as3 (pot2plus pot01 (pot0as1 pot01)))
|
||||
num (pot2as3 (pot2 (pot0 n2)))
|
||||
num (pot2as3 (pot2plus (pot0 n2) (pot0as1 pot01)))
|
||||
num (pot3 (pot1as2 (pot0as1 pot01)))
|
||||
num (pot3plus (pot1as2 (pot0as1 pot01)) (pot1as2 (pot0as1 pot01)))
|
||||
num (pot3 (pot1as2 (pot0as1 (pot0 n2))))
|
||||
num (pot3plus (pot1as2 (pot0as1 (pot0 n2))) (pot1as2 (pot0as1 pot01)))
|
||||
num (pot3plus (pot1as2 (pot0as1 (pot0 n2))) (pot2 (pot0 n8)))
|
||||
num (pot3plus (pot1as2 (pot0as1 (pot0 n2))) (pot2plus (pot0 n8) (pot1plus n3 (pot0 n2))))
|
||||
Reference in New Issue
Block a user