Textacy

Textacy bietet (fast) alle NLP-Vorbereitungsaufgaben in einem Paket:

https://chartbeat-labs.github.io/textacy/

Textacy basiert auf SpaCy: https://spacy.io

Installieren:
  • CPPFLAGS="-std=c++98" pip install --upgrade --user 'textacy[lang]'
  • Modelle installieren: python3 -m spacy download en (oder statt en andere Sprachen)

nutzen:

  • import textacy
  • doc = textacy.Doc(text)
  • doc.pos_tagged_text[0]

etc. Mehr Doku ist oben verlinkt.

quick-nlp

https://github.com/outcastofmusic/quick-nlp

Beschreibung von der Website:

Quick NLP is a deep learning nlp library inspired by the fast.ai library

Can run a seq2seq model with a few lines of code similar to existing fast.ai examples Easy to expand/train and try different models or use different data

Ready made algorithms to try out

-- ArneKoehn - 12 Apr 2018
 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback