Git Product home page Git Product logo

nlp-tools's Introduction

NLP Tools Comparison

Table

<script type="text/javascript" src="https://cdn.datatables.net/v/dt/jq-2.2.4/dt-1.10.13/fc-3.2.2/fh-3.1.2/datatables.min.js"></script> <script> $(document).ready(function() { $('table').DataTable({ "paging": false, "fixedColumns": true,
        "fixedHeader": false,
        "scrollX": true,
        "scrollY": '80vh',
        "class": "display"
    });
} );
</script> <style> table.dataTable tbody tr { background: none !important; height: 150px !important; } table.DTFC_Cloned thead, table.DTFC_Cloned tfoot { background: none !important; } </style>
name Meta Corpora Text processing Annotation ML visualization Multilanguage
github Splitting Parsing Coreference resolution Word inflection Pattern Matching X-grams Spelling correction WordNet stopwords statistics Tagger NER Sentiment analysis Classification Clustering Topic Modelling Vectorization (including embeddings) Translation Language Identification
TextBlob
NLTK-tokenizers based on `pattern` singularize, pluralize, lemmatize based on `pattern` integration Word and phrase frequencies 1) POS based on `pattern`
2) POS based on NLTK‘s TreeBank tagger
3) NP based on Shlomi Babluki’s implementation
4) NP uses the CoNLL 2000 corpus to train a tagger
PatternAnalyzer (based on the `pattern`)
NaiveBayesAnalyzer (an NLTK classifier trained on a movie reviews corpus)
Naive Bayes, Decision Tree powered by the Google Translate API powered by the Google Translate API
textacy
pattern
contains API's (Google, Gmail, Bing, Twitter, Facebook, Wikipedia, Wiktionary, DBPedia, Flickr, ...), a robust HTML DOM parser and a web crawler. yes by POS-tags POS (NN, VB, JJ, DT)
Chunks (NP)
Naive Bayes, Perceptron, k-NN, SVM k-means, hierarchical LSA td, df, idf, tf-idf, cosine similarity, infogain graph.js on canvas
pymorphy2
for Russian: singularize, pluralize, lemmatize for Russian: morphology
PyNLPl
glove
glove
MITIE
tokenizer - "bunch of different types of binary relation detector" yes yes pretrained word_feature_extractor
gensim
tf, tf-idf, word2vec
NLTK
n-grams
stopwords
colibri-core
n-grams, skipgrams, flexgrams
spaCy
- Non-destructive tokenization
- Syntax-driven sentence segmentation
"fast and accurate syntactic dependency parser" Rule-based matching English and German tagging models with rule-based morphology > 10 built-in types
Stand-off format and token tags training

fastText
yes skipgram, cbow
SyntaxNet
tokenizer "transition-based dependency parser" POS
langid
pre-trained for 97 languages
CoreNLP
tokenizer yes "multi-pass sieve coreference resolution" lemmatize Pattern-based entity extraction POS - NER with "CRF sequence models"
- "Open information extraction"
bllip-parser
"8 known unified parsing models", including models for web, news, PubMed texts
MBSP
Regex-based segmentation
Regex-bases tokenization
MBLEM-based lemmatization POS (NN, JJ, VB)
Chunks (NP, VP)
Relations (SBJ, OBJ)

nlp-tools's People

Contributors

theotheo avatar

Stargazers

Alexey Sibirtsev avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.