thesaurus_query.vim
Multi-language Thesaurus Query and Replacement plugin for Vim/NeoVim (by Ron89)
ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots (by gunthercox)
| thesaurus_query.vim | ChatterBot | |
|---|---|---|
| 3 | 11 | |
| 222 | 14,489 | |
| 0.0% | -0.0% | |
| 0.0 | 7.6 | |
| over 3 years ago | 3 months ago | |
| Python | Python | |
| Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
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.
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.
thesaurus_query.vim
Posts with mentions or reviews of thesaurus_query.vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-06.
-
Synonyms.vim: feedback needed.
I knew about thesaurus_query.vim before writing this plugin.
-
More Sensible Vim Thesaurus Matching Using mthesaur.txt
There are thesaurus plugins available (eg here) that provide this functionality, but I like to avoid additional plugins where I can and wanted the smallest solution possible. These plugins have lots of additional functionality that I won't use.
ChatterBot
Posts with mentions or reviews of ChatterBot.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-18.
-
Create a Smart Java Chatbot Using Python’s ChatterBot – No APIs Needed
In this article, we’ll show how to build a chatbot system in Java, using Python’s ChatterBot library as the conversation engine. By leveraging Javonet, a cross-language bridge that allows direct method calls between Java and Python (or other programming languages), you can:
-
The Top 10 Open-Source Chatbot Frameworks of 2025
9. ChatterBot
- show me error in installing chatterbot.
- how to solve this Error.in chatterbot pyhton
-
i managed to plug gpt-3.5 into my robot and have full conversations with it
You might find the chatterbot python module interesting. Its nowhere near as smart as chatgpt, but it works offline.
- I’m not really a programmer but this doesn’t seem right
- How do I get started in Artificial Intelligence?
-
Im trying to build a chatbot but my skills are very limited. Any advice?
Maybe this helps https://github.com/gunthercox/ChatterBot
-
Just getting into Chatbot development in Python and having trouble choosing an API/Wrapper .. or Framework?
chatterbot
What are some alternatives?
When comparing thesaurus_query.vim and ChatterBot you can also consider the following projects:
thesaurus - Offline database of synonyms/thesaurus
rasa - 💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
fastText - Library for fast text representation and classification.
Telethon - Pure Python 3 MTProto API Telegram client library, for bots too!
synonyms.vim - Finding synonyms of words within vim, save time going back and forth to thesaurus.
aiogram - aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio