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,867 public repositories matching this topic...
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
-
Updated
Oct 27, 2020 - Python
TensorFlow code and pre-trained models for BERT
-
Updated
Nov 7, 2020 - Python
中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
-
Updated
Oct 29, 2020 - Python
-
Updated
Nov 11, 2020 - Python
Oxford Deep NLP 2017 course
-
Updated
Jun 12, 2017
Your new Mentor for Data Science E-Learning.
-
Updated
Nov 7, 2020 - Jupyter Notebook
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
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Oct 6, 2020
-
Updated
Nov 11, 2020 - Python
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
Updated
Jun 3, 2020 - Python
modest natural-language processing
-
Updated
Nov 10, 2020 - JavaScript
A very simple framework for state-of-the-art Natural Language Processing (NLP)
-
Updated
Nov 10, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
-
Updated
Nov 11, 2020 - TypeScript
Mapping a variable-length sentence to a fixed-length vector using BERT model
-
Updated
Oct 20, 2020 - Python
Stanford CoreNLP: A Java suite of core NLP tools.
-
Updated
Nov 11, 2020 - Java
Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Oct 20, 2020 - Jupyter Notebook
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
-
Updated
Apr 20, 2020 - Jupyter Notebook
all kinds of text classification models and more with deep learning
-
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)))
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
-
Updated
Sep 23, 2020 - Jupyter Notebook
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
-
Updated
Oct 22, 2020
XLNet: Generalized Autoregressive Pretraining for Language Understanding
-
Updated
Feb 14, 2020 - Python
Natural Language Processing Best Practices & Examples
-
Updated
Oct 8, 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