nlp-machine-learning
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 1,668 public repositories matching this topic...
-
Updated
Mar 30, 2020 - Python
For example, documentation of AudioToSpectrogramPreprocessor is missing.
We investigated that with @redoctopus and she has found that nemo_asr.rst doesn't include several modules.
https://github.com/NVIDIA/NeMo/blob/master/docs/sources/source/collections/nemo_asr.rst
So the bigger issue includes: taking a look at all implemented components and checking whether the associated rst files are
-
Updated
May 16, 2020 - Jupyter Notebook
-
Updated
Apr 8, 2020 - Python
-
Updated
May 17, 2020 - Python
-
Updated
Apr 29, 2020 - JavaScript
not a bug report per se
I'm wondering how spacy/chinese models compares with the stanza project?
Stanza already provides chinese support with many features
https://stanfordnlp.github.io/stanza/models.html
that has a chinese (simplified) model and provides dep-parser, lemma and other basic NLP features.
I'm a bit confused as it uses spacy for tokenization:
https://stanfordnlp.github.io/
Create a markdown document with some explanations on how level generation works in BabyAI and how to create custom levels. This would go under /docs.
More broadly, I'd like to split up the README into more sub-documents, as I've done in the MiniWorld repo. Keep only introduction, installation and basic usage into the main README
-
Updated
Sep 2, 2018
-
Updated
Jan 17, 2019 - Jupyter Notebook
-
Updated
Aug 20, 2019 - Jupyter Notebook
-
Updated
Dec 28, 2019
-
Updated
May 4, 2020
-
Updated
Jan 28, 2020 - Python
-
Updated
Jun 12, 2017 - Python
-
Updated
May 10, 2020
-
Updated
Sep 26, 2019 - Python
-
Updated
Sep 28, 2018 - Jupyter Notebook
-
Updated
Nov 14, 2019 - JavaScript
-
Updated
Apr 22, 2020 - Jupyter Notebook
-
Updated
Jun 8, 2018 - Python
-
Updated
Aug 4, 2018 - Python
-
Updated
May 17, 2020 - Python
-
Updated
Mar 18, 2020 - Kotlin
-
Updated
Nov 17, 2019 - Python
-
Updated
May 6, 2020 - Jupyter Notebook
-
Updated
Apr 24, 2019 - Python
Created by Alan Turing
- Wikipedia
- Wikipedia
I want to use FasttextEmbedder. How should I guess that it requires installing a separate requirements file? By the way, installing a requirements file from git without cloning is not that obvious. It should be explicitly mentioned in the documentation. Another problem is the lack of separate fasttext embedder config for sentences, in contrast to elmo embedder.