awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 रिपॉजिटरी

Awesome GitHub RepositoriesJavaScript NLP Libraries

Tools for text analysis and processing in Node.js and browser environments.

Explore 8 awesome GitHub repositories matching part of an awesome list · JavaScript NLP Libraries. Refine with filters or upvote what's useful.

Awesome JavaScript NLP Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • spencermountain/compromisespencermountain का अवतार

    spencermountain/compromise

    12,125GitHub पर देखें↗

    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

    Lightweight natural language processing for the browser.

    JavaScriptnamed-entity-recognitionnlppart-of-speech
    GitHub पर देखें↗12,125
  • naturalnode/naturalNaturalNode का अवतार

    NaturalNode/natural

    10,878GitHub पर देखें↗

    Natural is a natural language processing library for Node.js that provides tools for text analysis, tokenization, and phonetic matching. It functions as a collection of specialized toolsets for word stemming, string similarity quantification, and pattern-based text classification. The library includes a phonetic sound analyzer that converts words into phonetic representations to identify matches based on sound rather than literal spelling. It also features a text classification engine that assigns categories to text inputs using trained models and pattern recognition. Additional capabilities

    General-purpose natural language facilities for Node.js.

    JavaScript
    GitHub पर देखें↗10,878
  • axa-group/nlp.jsaxa-group का अवतार

    axa-group/nlp.js

    6,574GitHub पर देखें↗

    nlp.js is a JavaScript natural language processing library and development framework used to build natural language understanding engines. It provides a toolkit for creating local machine learning models for intent classification and acts as a multilingual text processor that detects languages and normalizes text across various dialects. The framework distinguishes itself by supporting local execution on both servers and mobile devices, enabling chatbot functionality without an internet connection. It features a specialized system for conversational slot filling to collect mandatory informati

    Library for building conversational bots and intent parsing.

    JavaScriptbotbotschatbot
    GitHub पर देखें↗6,574
  • benhmoore/knwl.jsbenhmoore का अवतार

    benhmoore/Knwl.js

    5,259GitHub पर देखें↗

    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

    Natural language processor for JavaScript applications.

    JavaScript
    GitHub पर देखें↗5,259
  • twitter/twitter-texttwitter का अवतार

    twitter/twitter-text

    3,133GitHub पर देखें↗

    Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.

    JavaScript implementation of Twitter's text processing library.

    HTML
    GitHub पर देखें↗3,133
  • retextjs/retextretextjs का अवतार

    retextjs/retext

    2,433GitHub पर देखें↗

    natural language processor powered by plugins part of the @unifiedjs collective

    Extensible system for analyzing and manipulating natural language.

    JavaScriptastcstjavascript
    GitHub पर देखें↗2,433
  • synyi/poplarsynyi का अवतार

    synyi/poplar

    529GitHub पर देखें↗

    A web-based annotation tool for natural language processing (NLP)

    Web-based annotation tool for natural language processing.

    TypeScript
    GitHub पर देखें↗529
  • huggingface/node-question-answeringhuggingface का अवतार

    huggingface/node-question-answering

    466GitHub पर देखें↗

    This package leverages the power of the 🤗Tokenizers library (built with Rust) to process the input text. It then uses TensorFlow.js to run the DistilBERT-cased model fine-tuned for Question Answering (87.1 F1 score on SQuAD v1.1 dev set, compared to 88.7 for BERT-base-cased). DistilBERT is used…

    Production-ready question answering using DistilBERT in Node.js.

    TypeScript
    GitHub पर देखें↗466
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. JavaScript NLP Libraries