Skip to content

Word Guru and LLM-Assistant

The word-guru application groups several commands to perform operations over words and languages. Operations supported are:

Copywriter - Text correction

Dictionary - Definition - Synonym - Reverse Definition - Usage Examples - Part-of-Speech tags

Interpreter

  • Translation

It is distributed in the form of a Python package with a CLI and an API library.

word-guru and llm-assistant

The word-guru depends on llm-assistant . Also, word-guru can be viewed as the package incarnation of a prompt collection of llm-assistant.

In a future work, I would like to generate applications such as word-guru from llm-assistant. Something like:

llm-assistant package-prompts [prompt-1,prompt-2...]

would generate the word-guru application.

References