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 13,891 public repositories matching this topic...
-
Updated
Apr 26, 2021 - Python
-
Updated
Apr 24, 2021 - Python
-
Updated
May 1, 2021 - Python
-
Updated
Apr 30, 2021 - 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
Apr 23, 2021
-
Updated
May 2, 2021
-
Updated
May 2, 2021 - Python
-
Updated
May 1, 2021 - Python
-
Updated
Dec 22, 2020 - Python
We could utilize https://github.com/googleapis/python-storage to make this robust.
-
Updated
Apr 26, 2021 - Python
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Jan 1, 2021 - Python
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Mar 23, 2021 - Jupyter Notebook
-
Updated
Oct 20, 2020 - Jupyter Notebook
-
Updated
Apr 29, 2021 - Java
-
Updated
Oct 22, 2020 - Python
-
Updated
Oct 22, 2020
-
Updated
Sep 23, 2020 - Jupyter Notebook
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
Jan 22, 2021 - Python
Created by Alan Turing
- Wikipedia
- Wikipedia
Hello I was thinking it would be of great help if I can get the time offsets of start and end of each word .
Motivation
I was going through Google Speech to text documentation and found this feature and thought will be really amazing if i can have something similar here.