aryxns / auto_nlp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-NLP

Build Status

Auto-NLP is a stack of open source NLP tools for devs and SEs to integrate into their projects.

  • Plug N Play approach
  • Customizable
  • Highly accurate

Installation

pip install auto-nlp==0.40

Tech

auto-nlp uses a number of open source projects to work properly:

  • [NLTK] - Standard NLP library
  • [Stanza] - Alternative to Stanford NLP
  • [python] - Pretty simple python
  • [Tensorflow] - Google's AI Enginer
  • [Transformers] - HuggingFace's original NLP library

Installation and Usage

Install the dependencies first.

from auto-nlp.sen_analysis import sentiment
answer = sentiment("The UX is great but the support is poor.", "analyze using transformers")
print(answer)

About


Languages

Language:Python 100.0%