Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.64 KB

File metadata and controls

24 lines (16 loc) · 1.64 KB

NLP Tools

SPACY

  1. Vidhaya on spacy vs ner - tutorial + code on how to use spacy for pos, dep, ner, compared to nltk/corenlp (sner etc). The results reflect a global score not specific to LOC for example.
  2. The spaCy course
  3. SPACY OPTIMIZATION - LP using CYTHON and SPACY.

NLP embedding repositories

  1. Nlpl

NLP DATASETS

  1. The bid bad 600, medium
  2. Amazon 51 Language datasets for NLU

NLP Libraries

  1. Has all the known libraries
  2. Comparison between spacy, pytorch, allenlp - very basic info
  3. Comparison spacy,nltk core nlp
  4. Comparing Production grade nlp libs
  5. nltk vs spacy