awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
loadfive avatar

loadfive/Knwl.js

0
View on GitHub↗
5,260 Stars·212 Forks·JavaScript·MIT·3 Aufrufe

Knwl.js

Knwl.js ist eine JavaScript-Bibliothek zur Named Entity Recognition (NER) und ein regelbasierter Text-Parser. Sie dient als erweiterbares Informationsextraktionstool, das entwickelt wurde, um strukturierte Entitäten wie Daten, Uhrzeiten und Orte aus unstrukturierten Text-Strings zu identifizieren und zu extrahieren.

Die Bibliothek ermöglicht die Definition spezialisierter Regeln und benutzerdefinierter Plugins zur Identifizierung und Extraktion einzigartiger Informationen. Diese Erweiterbarkeit ermöglicht die Automatisierung der Informationsabfrage durch die Konvertierung menschenlesbarer Texte in strukturierte Formate für Anwendungen und Datenbanken.

Das System nutzt Regular-Expression-Matching und regelbasierte Extraktion, um rohe Textblöcke zu verarbeiten. Modulare Entity-Resolver übernehmen die Transformation der abgeglichenen Textsegmente in standardisierte Formate.

Features

  • Rule-Based Text Parsers - Functions as a rule-based text parser that transforms unstructured strings into structured data using specific criteria.
  • Entity and Relation Extraction - Identifies and extracts structured entities such as dates, phone numbers, and locations from unstructured text.
  • Named Entity Recognition - Identifies and classifies entities such as dates, times, and locations within unstructured text strings.
  • Natural Language Processing - Processes human-readable text and converts it into structured formats for use in applications and databases.
  • Information Extraction - Serves as an extensible tool for identifying and extracting structured data from unstructured text strings.
  • Unstructured Text Processing - Transforms raw blocks of unstructured text into structured data formats using JavaScript.
  • Core Capability Extensions - Allows extending the fundamental operational logic of the parser via custom rule plugins.
  • Parsing Pipeline Plugins - Implements a plugin-based architecture that allows custom rules to be injected into the data parsing lifecycle.
  • Pattern Matching Implementations - Uses regular expression matching and capturing groups to locate entities within unstructured text.
  • Custom Entity Recognizers - Supports the definition of domain-specific entity detection rules via custom plugins and regular expressions.
  • Entity Format Standardizers - Provides modular resolvers to transform matched text segments into standardized date, time, and location formats.
  • Natural Language Processing - JavaScript-based natural language processor for text extraction.

Star-Verlauf

Star-Verlauf für loadfive/knwl.jsStar-Verlauf für loadfive/knwl.js

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht loadfive/knwl.js?

Knwl.js ist eine JavaScript-Bibliothek zur Named Entity Recognition (NER) und ein regelbasierter Text-Parser. Sie dient als erweiterbares Informationsextraktionstool, das entwickelt wurde, um strukturierte Entitäten wie Daten, Uhrzeiten und Orte aus unstrukturierten Text-Strings zu identifizieren und zu extrahieren.

Was sind die Hauptfunktionen von loadfive/knwl.js?

Die Hauptfunktionen von loadfive/knwl.js sind: Rule-Based Text Parsers, Entity and Relation Extraction, Named Entity Recognition, Natural Language Processing, Information Extraction, Unstructured Text Processing, Core Capability Extensions, Parsing Pipeline Plugins.

Welche Open-Source-Alternativen gibt es zu loadfive/knwl.js?

Open-Source-Alternativen zu loadfive/knwl.js sind unter anderem: facebook/duckling — Duckling is a deterministic named entity recognizer and natural language entity extractor. It transforms unstructured… spencermountain/compromise — Compromise is a natural language processing library and rule-based text parser designed to analyze unstructured text.… stanfordnlp/stanza — Stanza is a Python natural language processing library designed for tokenization, lemmatization, and dependency… stanfordnlp/corenlp — CoreNLP is a Java natural language processing library designed to convert raw human language text into structured… ownthink/knowledgegraphdata — KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for… axa-group/nlp.js — nlp.js is a JavaScript natural language processing library and development framework used to build natural language…

Open-Source-Alternativen zu Knwl.js

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Knwl.js.
  • facebook/ducklingAvatar von facebook

    facebook/duckling

    4,292Auf GitHub ansehen↗

    Duckling is a deterministic named entity recognizer and natural language entity extractor. It transforms unstructured text into machine-readable data by mapping language-specific input strings to universal structured formats. The system utilizes a rule-based engine and composable language rules to resolve entities without relying on probabilistic models. It supports multilingual text parsing across various regional locales, employing a logic-driven approach to normalize diverse natural language expressions into standardized numeric values. The project covers the extraction and normalization

    Haskell
    Auf GitHub ansehen↗4,292
  • spencermountain/compromiseAvatar von spencermountain

    spencermountain/compromise

    12,125Auf GitHub ansehen↗

    Compromise is a natural language processing library and rule-based text parser designed to analyze unstructured text. It functions as a toolkit for identifying parts of speech, linguistic patterns, and semantic meaning, while providing specialized engines for named entity recognition and the parsing of temporal and numeric data. The project is distinguished by its linguistic morphological engine, which can conjugate verbs across different tenses and inflect nouns and adjectives. It further allows for linguistic model customization through a plugin system that enables the extension of lexicons

    JavaScriptnamed-entity-recognitionnlppart-of-speech
    Auf GitHub ansehen↗12,125
  • stanfordnlp/corenlpAvatar von stanfordnlp

    stanfordnlp/CoreNLP

    10,085Auf GitHub ansehen↗

    CoreNLP is a Java natural language processing library designed to convert raw human language text into structured data. It utilizes a suite of linguistic annotators to analyze text through a pipeline, extracting grammatical structures, sentiment, and linguistic patterns. The project includes a coreference resolution engine that links multiple mentions of the same entity to maintain contextual consistency across documents. It also provides tools for named entity recognition to categorize people, companies, and locations, and a part-of-speech tagger to assign grammatical categories and base for

    Java
    Auf GitHub ansehen↗10,085
  • stanfordnlp/stanzaAvatar von stanfordnlp

    stanfordnlp/stanza

    7,809Auf GitHub ansehen↗

    Stanza is a Python natural language processing library designed for tokenization, lemmatization, and dependency parsing across many human languages using neural models. It provides a neural processing pipeline that converts raw text into structured linguistic data objects, alongside a specialized analyzer for extracting medical insights from clinical and biomedical language. The project includes a wrapper that connects Python scripts to Java-based natural language processing tools and remote annotation servers. This enables a bridge for extracting linguistic annotations and analysis data from

    Pythonartificial-intelligencecorenlpdeep-learning
    Auf GitHub ansehen↗7,809
  • Alle 30 Alternativen zu Knwl.js anzeigen→