nlp-resources
Natural language processing (NLP) is a field of computer science that studies how computers and humans interact. In the 1950s, Alan Turing published an article that proposed a measure of intelligence, now called the Turing test. More modern techniques, such as deep learning, have produced results in the fields of language modeling, parsing, and natural-language tasks.
Here are 71 public repositories matching this topic...
-
Updated
Jan 10, 2017
-
Updated
Jan 17, 2019 - Jupyter Notebook
-
Updated
May 22, 2020
-
Updated
May 20, 2020
-
Updated
May 28, 2020 - Java
-
Updated
May 31, 2020
-
Updated
May 7, 2020
-
Updated
May 30, 2020 - Jupyter Notebook
-
Updated
Dec 27, 2018 - HTML
https://creativecodinglab.github.io/TextAnnotationGraphs now points to docs/index.html. We should include a link to the live demo under the corresponding section in the docs.
Hello, thank you for writing this software. Could you please provide some detailed installation instructions, and some examples for how it should be run, in the README file? Thank you.
-
Updated
Apr 17, 2020 - Python
-
Updated
Apr 26, 2020
-
Updated
Aug 27, 2019
- http://nilc.icmc.usp.br/macmorpho/
- Download: http://nilc.icmc.usp.br/macmorpho/macmorpho-v3.tgz
- Manual: http://nilc.icmc.usp.br/macmorpho/macmorpho-manual.pdf
- Disponível também via NLTK data http://www.nltk.org/nltk_data/
Mac-Morpho is a corpus of Brazilian Portuguese texts annotated with part-of-speech tags. Its first version was released in 2003 [1], and since then, two rev
-
Updated
May 25, 2020
-
Updated
Jul 10, 2019 - Python
Thanks for setting this up, really makes life easier for preprocessing.
It might be useful to say that the wsj path points to the mrg part of the parsed corpus in PTB, something like
WSJ=.../LDC99T42/treebank_3/parsed/mrg/wsj/There are other options like parsed/prd/wsj, which do not work with the script provided.
The below exports in file ./bin/basic/get_data.sh do no
-
Updated
Mar 14, 2018 - Python
-
Updated
May 14, 2019
-
Updated
Jun 12, 2019 - Java
-
Updated
Jun 9, 2019 - Java
-
Updated
Mar 9, 2020 - Go
-
Updated
Dec 4, 2018 - Python
-
Updated
Jun 12, 2019 - Java
-
Updated
Oct 21, 2019 - Python
Created by Alan Turing
- Wikipedia
- Wikipedia
flake8 testing of https://github.com/juand-r/entity-recognition-datasets on Python 3.7.0
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics