A text evaluation module using AI-TQA Basic
Project description
Описание:
TextEvaluator использует модель AI-TQA Basic для оценки текста и определения наличия в нем плохих слов или выражений.
Установка:
pip install ai-tqa
Использование:
from ai-tqa import *
evaluator = TextEvaluator()
text = "Привет, даун!"
result, bad_words = evaluator.evaluate_text(text)
print(f"Результат: {result}, Плохие слова: {bad_words}")
Контрибьюторы:
- KroZen
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ai_tqa-0.2.tar.gz
(5.5 MB
view hashes)
Built Distribution
ai_tqa-0.2-py3-none-any.whl
(5.5 MB
view hashes)