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 11,007 public repositories matching this topic...
-
Updated
Jul 14, 2020 - Python
-
Updated
Aug 15, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
Jun 12, 2017
-
Updated
Aug 29, 2020 - Jupyter Notebook
The usage example in the word2vec.py doc-comment regarding KeyedVectors
uses inconsistent paths and thus doesn't work.
If vectors were saved to a tm
-
Updated
Aug 20, 2020
-
Updated
Aug 20, 2020
-
Updated
Jun 3, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 31, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 15, 2020 - Jupyter Notebook
-
Updated
May 20, 2020 - Python
-
Updated
Apr 20, 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
Aug 30, 2020 - Jupyter Notebook
-
Updated
Feb 14, 2020 - Python
-
Updated
Dec 1, 2019
-
Updated
Aug 25, 2020 - Python
Created by Alan Turing
- Wikipedia
- Wikipedia
modeling_longformer.py
has the classesLongformerForSequenceClassification
,LongformerForMultipleChoice
andLongformerForTokenClassification
which are not present inmodeling_tf_longformer.py
at the moment.Those classes should be equally added to
modeling_tf_longformer.py
.Motivation
The pretrained weights for TFLongformer are available so that these