Natural language processing
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 12,167 public repositories matching this topic...
-
Updated
Dec 2, 2020 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Nov 19, 2020 - Python
-
Updated
Dec 5, 2020 - Python
-
Updated
Jun 12, 2017
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under /test/
or some other data- or doc- related module – rather than in gensim.models.word2vec
.
Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)
-
Updated
Aug 20, 2020
-
Updated
Nov 30, 2020
-
Updated
Dec 6, 2020 - Python
-
Updated
Jun 3, 2020 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Dec 4, 2020 - JavaScript
more details at: allenai/allennlp#2264 (comment)
-
Updated
Dec 6, 2020 - TypeScript
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 20, 2020 - Jupyter Notebook
-
Updated
Nov 30, 2020 - Java
-
Updated
Apr 20, 2020 - Jupyter Notebook
-
Updated
Oct 22, 2020 - Python
Hi I would like to propose a better implementation for 'test_indices':
We can remove the unneeded np.array casting:
Cleaner/New:
test_indices = list(set(range(len(texts))) - set(train_indices))
Old:
test_indices = np.array(list(set(range(len(texts))) - set(train_indices)))
-
Updated
Sep 23, 2020 - Jupyter Notebook
-
Updated
Dec 6, 2020 - Python
-
Updated
Oct 22, 2020
-
Updated
Feb 14, 2020 - Python
Created by Alan Turing
- Wikipedia
- Wikipedia
This is a documentation request in order to make it easier to find corresponding examples in the documentation.
Good first issue if you want to get acquainted with the docs and how to build docs using Sphinx!
Current issue
Here's the issue: currently, if one goes to an older documentation version to check the "examples" page, for example, [v2.6.0](https://huggin