ChatScript

By ChatScript

ChatScript Alternatives

Similar projects and alternatives to ChatScript

  1. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  2. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  3. MeiliSearch

    A lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications.

  4. wechaty

    4 ChatScript VS wechaty

    Conversational RPA SDK for Chatbot Makers. Join our Discord: https://discord.gg/7q8NBZbQzt

  5. SeekStorm

    SeekStorm - sub-millisecond full-text search library & multi-tenancy server in Rust

  6. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ChatScript alternative or higher similarity.

ChatScript discussion

Log in or Post with

ChatScript reviews and mentions

Posts with mentions or reviews of ChatScript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-02.
  • Show HN: SeekStorm – open-source sub-millisecond search in Rust
    6 projects | news.ycombinator.com | 2 Dec 2024
    Re: stemming and lemming, I just want to plug the most impressive NLP stack I ever used, "chat script", really it's for building dialog trees where it walks down a branch of conversation using effectively switch statements but with really rich conceptual pattern matching and capturing - so somewhere in the middle of the stack it has excellent abstracting from word input to general concept (in WordNet), performing all the spell correction (according to your dictionary), stem, lem, and disambiguation.

    I've had it in mind for a while to build a fuzzy search tool based on parsing each phrase into concepts, parsing the search query into concepts, and finding nearest match based on that. It's a C library and very fast.

    https://github.com/ChatScript/ChatScript

    Looks like it hasn't been committed to in some time, I'll have to check out their blog and see what's up. I guess with the advent of LLMs, dialog trees are passé.

  • Chatbots: Still Dumb After All These Years
    1 project | news.ycombinator.com | 6 Jan 2022
    "chatscript" is a great dialogue engine where language patterns land the state machine into a "topic" which it gracefully backs out of (keeps a topic hierarchy) when it runs out of responses in that topic / branch of conversation.

    It also includes the most robust, hand-tuned lemmer and stemmer + disambiguation language parser built on top of WordNet. really good stuff, written in C so its light on memory and responses are instantaneous.

    https://github.com/ChatScript/ChatScript

  • How do I make my first chatbots?
    2 projects | /r/Chatbots | 1 Nov 2021
    There are a few ways to do this, try out Pandorabots.com or https://www.botlibre.com, both let you build systems. There is also Chatscript which can be downloaded from https://github.com/ChatScript/ChatScript
  • A note from our sponsor - Nutrient
    nutrient.io | 14 Feb 2025
    Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free. Learn more →

Stats

Basic ChatScript repo stats
3
360
4.0
9 months ago

ChatScript/ChatScript is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of ChatScript is C++.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C++ is
the 7th most popular programming language
based on number of references?