Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pprzetacznik/nlp-graph-distance
Natural Language Processing - Graph distance
https://github.com/pprzetacznik/nlp-graph-distance
Last synced: 26 days ago
JSON representation
Natural Language Processing - Graph distance
- Host: GitHub
- URL: https://github.com/pprzetacznik/nlp-graph-distance
- Owner: pprzetacznik
- Created: 2015-05-27T00:45:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T00:46:05.000Z (over 9 years ago)
- Last Synced: 2024-10-21T22:52:13.812Z (2 months ago)
- Language: Python
- Homepage:
- Size: 19 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Natural Language Processing - Graph distance
============Run:
~~~
pip install -r requirements.txt
python -m graph_stats test/pap.txt test/odm.txt test/stoplist.txt "#022129"
python -m graph_stats test/pap.txt test/odm.txt test/stoplist.txt "#022129" 3
python -m graph_stats test/pap.txt test/odm.txt test/stoplist.txt "#022129" 3 10
~~~