The Wayback Machine - https://web.archive.org/web/20210222100707/https://github.com/topics/nlp
Skip to content
#

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,088 public repositories matching this topic...

transformers
sgugger
sgugger commented Feb 15, 2021

This is an intermediate issue, which is why it gets both the good first issue and good second issue tags.

We have an automated script to check when copies of the same code are consistent inside the library, which allows us to avoid subclassing and keep all code for one model's forward pass inside one file (see our philosophy for more details on this).

The XxxModelForYyy are very similar

gensim
rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

  • Updated Feb 22, 2021
  • Python
allenciox
allenciox commented Jan 27, 2021

Unfortunately, I can't find any examples of what it "does" do, but it appears to take a file that is NOT in json format, but has a complete json representation on every single line of the file, with two keys: "text" and "label".

The code showing that is in its _read method:
....
def _read(self, file_path):
with open(cached_path(file_path), "r") as data_file:
for line in

Created by Alan Turing

Wikipedia
Wikipedia