diff options
-rw-r--r-- | demo/static/aFile.pl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/demo/static/aFile.pl b/demo/static/aFile.pl new file mode 100644 index 00000000..47f4865a --- /dev/null +++ b/demo/static/aFile.pl @@ -0,0 +1,25 @@ +noun_sg(person, person, neutr). +noun_pl(persons, person, neutr). +noun_sg(Force, Force, neutr). +noun_sg(TestObjecttype2, TestObjecttype2, neutr). +noun_pl(tests2, TestObjecttype2, neutr). +noun_sg(test2, test2, neutr). +noun_sg(node, node, neutr). +noun_pl(nodes, node, neutr). +noun_sg(human being, human being, neutr). +noun_sg(place, place, neutr). +noun_pl(places, place, neutr). +noun_sg(location, location, neutr). +'adj_tr('father-of', 'father-of', of).' +'adj_tr('child-of', 'child-of', of).' +'adj_tr('dependant-on', 'dependant-on', on).' +'adj_tr('depended-on-by', 'depended-on-by', on-by).' +'adj_tr('sibling-of', 'sibling-of', of).' +'adj_tr('friend-of', 'friend-of', of).' +noun_sg(common noun, common noun, neutr). +noun_sg(simple noun, simple noun, neutr). +noun_sg(noun, noun, neutr). +noun_sg(ontological term, ontological term, neutr). +noun_sg(color, color, neutr). +noun_sg(date-of-birth, date-of-birth, neutr). +noun_sg(birth-date, birth-date, neutr). |