Metadata-Version: 2.4
Name: arcturus-buildkit
Version: 0.3.0
Summary: A powerful, modular NLP toolkit for Python.
Home-page: https://pypi.org/project/arcturus-buildkit/
Author: FlameZI0
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

\# Arcturus BuildKit



Arcturus BuildKit is a \*\*lightweight, pure Python NLP and supervised ML chatbot framework\*\*.  

It combines \*\*ArcturusNLP\*\* for text preprocessing with \*\*ArcturusSUPERVISED\_INTENT\*\* for intent-based chat responses.



\## Features



\- Tokenization, lemmatization, and POS tagging  

\- Multiword entity recognition with fuzzy matching  

\- Synonyms and n-grams  

\- Intent-based supervised ML for chatbot responses  

\- Pure Python, no external libraries required  



\## Installation



```bash

pip install arcturus-buildkit



