https://github.com/tkers/cs-uu-fp3
🎓 Pure magic
https://github.com/tkers/cs-uu-fp3
university-project
Last synced: 4 months ago
JSON representation
🎓 Pure magic
- Host: GitHub
- URL: https://github.com/tkers/cs-uu-fp3
- Owner: tkers
- Created: 2014-10-04T19:14:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-04T19:20:08.000Z (over 10 years ago)
- Last Synced: 2025-02-14T22:36:26.081Z (4 months ago)
- Topics: university-project
- Language: Haskell
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Our parser accepts sentences of the following types:
A borders B to the South.
A lies to the South of B.
A is located South of B.The directional information is a leftover from when it was necessary for the assignment.
The parser also parses sentences of the type "A is smaller than B.", but this type of
information is not incorporated into the graph.