summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorAnanya Poddar <ananya0112@gmail.com>2012-03-26 21:25:31 +0530
committerAnanya Poddar <ananya0112@gmail.com>2012-03-26 21:25:31 +0530
commit34dcf31adcce9b383d97bbc315517d828714d18d (patch)
tree90c237b6dd7d26d539789ea4947439cd42de8912 /demo
parent54f838c5e23f8a24dfe8cc56dbe9cc2c3173cad6 (diff)
downloadgnowsys-34dcf31adcce9b383d97bbc315517d828714d18d.tar.gz
This is a file containing lexicon for some nodes - Shruti and Ananya
Diffstat (limited to 'demo')
-rw-r--r--demo/static/aFile.pl25
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).