NCRFpp VS seqeval

Compare NCRFpp vs seqeval and see what are their differences.

NCRFpp

NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components. (by jiesutd)

seqeval

A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...) (by chakki-works)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
NCRFpp seqeval
1 1
1,877 1,044
- 1.3%
0.0 0.0
almost 2 years ago 3 months ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

NCRFpp

Posts with mentions or reviews of NCRFpp. We have used some of these posts to build our list of alternatives and similar projects.
  • Speech and Language Processing (3rd ed. draft)
    1 project | news.ycombinator.com | 17 Oct 2021
    They still talk about Hidden Markov Models (HMMs) in quite a bit of detail in the sequence labelling chapter, but you are quite right, Conditional Random Fields (CRFs) and especially neural network based CRFs are in the top rankings when it comes to named entity recognition (NER) and part-of-speech tagging (POS), e.g. see https://github.com/jiesutd/NCRFpp.

seqeval

Posts with mentions or reviews of seqeval. We have used some of these posts to build our list of alternatives and similar projects.
  • Beginner questions about NER model evaluation.
    1 project | /r/LanguageTechnology | 12 Mar 2021
    . The standard way to evaluate NER (or any other sequence labelling problem) is to use the conlleval script (https://www.clips.uantwerpen.be/conll2000/chunking/output.html) or through the seqeval package in python (https://github.com/chakki-works/seqeval) . Either way, you need a list of predicted labels and a list of gold labels (see the code example in the link, it should be trivial to converse your output to the same data format).

What are some alternatives?

When comparing NCRFpp and seqeval you can also consider the following projects:

zshot - Zero and Few shot named entity & relationships recognition

scikit-learn - scikit-learn: machine learning in Python

Stanza - Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages

SciKit-Learn Laboratory - SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.

thinc - 🔮 A refreshing functional take on deep learning, compatible with your favorite libraries

Metrics - Machine learning evaluation metrics, implemented in Python, R, Haskell, and MATLAB / Octave

SimpNet-Deep-Learning-in-a-Shader - A trainable convolutional neural network inside a fragment shader

tensorflow - An Open Source Machine Learning Framework for Everyone

nn-morse - Decode morse using a neural network

flair - A very simple framework for state-of-the-art Natural Language Processing (NLP)

pytorch-partial-crf - CRF, Partial CRF and Marginal CRF in PyTorch

Keras - Deep Learning for humans