awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dakrone avatar

dakrone/clojure-opennlp

0
View on GitHub↗
756 stars·81 forks·Clojure·EPL-1.0·12 views

Clojure Opennlp

Natural Language Processing in Clojure (opennlp)

Features

  • Natural Language Processing - Clojure wrapper for natural language processing tools.
  • Clojure NLP Libraries - Clojure wrapper for OpenNLP.
  • Text Processing and Parsing - OpenNLP wrapper for Clojure.

Star history

Star history chart for dakrone/clojure-opennlpStar history chart for dakrone/clojure-opennlp

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Clojure Opennlp

These projects share indexed features with Clojure Opennlp. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • r0man/inflections-cljr0man avatar

    r0man/inflections-clj

    222View on GitHub↗

    Rails-like inflection library for Clojure and ClojureScript

    Clojure
    View on GitHub↗222
  • ohmjs/ohmohmjs avatar

    ohmjs/ohm

    5,471View on GitHub↗

    Ohm is a formal grammar parser generator and domain-specific language framework. It provides a system for defining custom languages to parse, validate, and extract data from input text, transforming raw strings into hierarchical abstract syntax trees based on specified formal rules. The project utilizes an Earley parsing algorithm, which allows it to support all context-free grammars, including those with left recursion and ambiguity, without requiring predefined operator precedence. It also includes a dedicated debugging toolkit for tracing and visualizing the step-by-step state transitions

    JavaScriptcompilergrammarsjavascript
    View on GitHub↗5,471
  • benhmoore/knwl.jsbenhmoore avatar

    benhmoore/Knwl.js

    5,259View on GitHub↗

    Knwl.js is a JavaScript named entity recognition library and text entity extractor. It functions as an extensible text parsing engine designed to scan unstructured strings for specific data patterns and convert them into structured information. The engine utilizes a modular framework that allows for the recognition of custom data types. This is achieved through a plugin system for language pattern matching, enabling the integration of custom logic to identify unique data types within text. The library identifies and isolates entities such as dates, times, phone numbers, emails, and locations

    JavaScript
    View on GitHub↗5,259
  • rust-bakery/nomrust-bakery avatar

    rust-bakery/nom

    10,426View on GitHub↗

    nom is a parser combinator framework for Rust used to build complex parsers by combining small, reusable parsing functions. It functions as a zero-copy parsing tool that minimizes memory overhead by returning slices of the original input instead of allocating new memory. The framework is designed for diverse data formats, serving as a binary data parser with configurable endianness and a bitstream processing library capable of extracting values of arbitrary bit length. It also functions as a streaming data parser that can process data arriving in chunks and signal when additional input is req

    Rustbyte-arraygrammarnom
    View on GitHub↗10,426
Compare all 30 related projects→

Frequently asked questions

What does dakrone/clojure-opennlp do?

Natural Language Processing in Clojure (opennlp)

What are the main features of dakrone/clojure-opennlp?

The main features of dakrone/clojure-opennlp are: Natural Language Processing, Clojure NLP Libraries, Text Processing and Parsing.

Which projects share features with dakrone/clojure-opennlp?

Projects with overlapping indexed features include: r0man/inflections-clj — Rails-like inflection library for Clojure and ClojureScript. ohmjs/ohm — Ohm is a formal grammar parser generator and domain-specific language framework. It provides a system for defining… benhmoore/knwl.js — Knwl.js is a JavaScript named entity recognition library and text entity extractor. It functions as an extensible text… rust-bakery/nom — nom is a parser combinator framework for Rust used to build complex parsers by combining small, reusable parsing… abitdodgy/gibran — Gibran is an Elixir natural language processor, and a port of WordsCounted. 7compass/sentimental — Simple sentiment analysis with Ruby.