(treebanks) add treebank with some numeral trees

biased towards Portuguese edge cases, naturally
This commit is contained in:
odanoburu
2018-09-11 23:19:09 -03:00
parent 37d4d3672c
commit 37169098ef
2 changed files with 11 additions and 0 deletions

View File

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

View 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))))