parsimonious VS NLTK

Compare parsimonious vs NLTK and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
parsimonious NLTK
5 64
1,760 13,054
- 1.0%
3.3 8.1
4 months ago 17 days ago
Python Python
MIT License Apache License 2.0
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.

parsimonious

Posts with mentions or reviews of parsimonious. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-11.
  • How would I solve this?
    1 project | /r/learnpython | 6 Dec 2022
    Oh sorry, I grabbed the wrong PEG parser… I’ve used this one: https://github.com/erikrose/parsimonious
  • Not Your Grandfather’s Perl
    2 projects | /r/programming | 11 Sep 2022
    A grammar provides the high level constructs you need to define the "shape" of your data, and it largely takes care of the rest. Grammar libraries exist in other language (eg. lark or Parsimonius in Python) and they weren't created just to make XML parsing easier.
  • Do programmers save chunks of code for repeated use?
    6 projects | /r/learnpython | 27 Apr 2021
    I'm honestly shocked that you are being downvoted heavily for this. I was literally reading a pip module a few days ago that cites stackoverflow in the code. It may not be for code snips but it it's not wild to think that someone would do this for code they pulled from SO.
  • Advent of Code 2020: Day 25 with Generators in Python
    2 projects | dev.to | 24 Dec 2020
    Parsimonious
  • Advent of Code 2020: Day 07 using Python PEG grammars + NetworkX
    1 project | dev.to | 7 Dec 2020
    Since the input comes in the form of well-formatted text with with variable-width lines, this seems a perfect fit for a PEG parser, as described in Day 04. Using a PEG parser with a node visitor also lets us process each each node as it is being parsed, saving a loop or two. As usual, I will be using the parsimonious library for Python. Importing it with from parsimonious.grammar import Grammar

NLTK

Posts with mentions or reviews of NLTK. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-13.

What are some alternatives?

When comparing parsimonious and NLTK you can also consider the following projects:

pip - The Python package installer

spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python

transitions - A lightweight, object-oriented finite state machine implementation in Python with many extensions

TextBlob - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.

Lark - Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

bert - TensorFlow code and pre-trained models for BERT

Bash-Utilities - A few bash scripts I've written that I wanted to share

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

NumPy - The fundamental package for scientific computing with Python.

polyglot - Multilingual text (NLP) processing toolkit

PyTorch-NLP - Basic Utilities for PyTorch Natural Language Processing (NLP)

Jieba - 结巴中文分词