|
1 |
| -# elixir-nlp |
| 1 | +# Elixir NLP |
2 | 2 | Collection of resources for Elixir NLP devs
|
| 3 | + |
| 4 | +## Books/papers/references |
| 5 | +- [NLTK Book](http://www.nltk.org/book_1ed/) |
| 6 | +- [Handbook of Natural Language Processing Wiki : Main - Home Page browse](http://handbookofnlp.cse.unsw.edu.au/) |
| 7 | +- [Chomsky normal form - Wikipedia](https://en.wikipedia.org/wiki/Chomsky_normal_form) |
| 8 | +- [computational linguistics - Is there a well-established metric to measure the effectiveness of a parsing algorithm? - Linguistics Stack Exchange](https://linguistics.stackexchange.com/questions/1873/is-there-a-well-established-metric-to-measure-the-effectiveness-of-a-parsing-alg?rq=1) |
| 9 | +- [What to read | Georgia Tech Computational Linguistics Lab](https://gtnlp.wordpress.com/readinglist/) |
| 10 | +- [Chapter Five - A Streaming Dataflow Implementation of Parallel Cocke–Younger–Kasami Parser - ScienceDirect](http://www.sciencedirect.com/science/article/pii/S0065245816300602) |
| 11 | +- [Salmon Run: NLP (almost) From Scratch - Implementing the POS Network](http://sujitpal.blogspot.de/2016/07/nlp-almost-from-scratch-implementing.html) |
| 12 | +- [Universal Dependencies](http://universaldependencies.org/#fa) |
| 13 | +- [costezki/awesome-nlprojects: List of projects related to Natural Language Processing (NLP) that make a geek smile for they exist](https://github.com/costezki/awesome-nlprojects) |
| 14 | +- [Structured representations](http://www.ling.ohio-state.edu/~demarneffe.1/LING5050/material/structured.html) |
| 15 | + |
| 16 | +## Ontology/semantics |
| 17 | +- [Martha Palmer | Projects | VerbNet | Downloads](http://verbs.colorado.edu/~mpalmer/projects/verbnet/downloads.html) |
| 18 | +- [FrameNet](http://www.nltk.org/howto/framenet.html) |
| 19 | +- [Ontology101 - Protege Wiki](https://protegewiki.stanford.edu/wiki/Ontology101) |
| 20 | +- [ProtegeDesktopUserDocs - Protege Wiki](https://protegewiki.stanford.edu/wiki/Protege4UserDocs) |
| 21 | +- [Shallow Semantic Parsing Based on FrameNet, VerbNet and PropBank - Semantic Scholar](https://www.semanticscholar.org/paper/Shallow-Semantic-Parsing-Based-on-FrameNet-VerbNet-Giuglea-Moschitti/02e4745b29502268550ba215eb690bbd641f4c00) |
| 22 | + |
| 23 | +## Systems/frameworks/platforms |
| 24 | +- [GATE.ac.uk - index.html](https://gate.ac.uk/) |
| 25 | + |
| 26 | +## Misc NLP readings |
| 27 | +- [jacobeisenstein/gt-nlp-class: Course materials for Georgia Tech CS 4650 and 7650, "Natural Language"](https://github.com/jacobeisenstein/gt-nlp-class) |
| 28 | + |
| 29 | +## Data Sources |
| 30 | +- [ConceptNet](http://conceptnet.io/) |
| 31 | +- [Max-Planck-Institut für Informatik: YAGO](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/yago-naga/yago/) |
| 32 | +- [[OTA] British National Corpus, XML edition](http://ota.ox.ac.uk/desc/2554) |
| 33 | +- [Open American National Corpus | Open Data for Language Research and Education](http://www.anc.org/) |
| 34 | + |
| 35 | +## Misc tools |
| 36 | +- [Evalb - bracket scoring program](http://nlp.cs.nyu.edu/evalb/) |
0 commit comments