Metadata-Version: 2.1
Name: textanalyzer
Version: 0.1.1
Summary: TextAnalyzer is a Python package that allows you to quickly and easily understand complex text data.
Author-email: Kim DongWook <kdw4521@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/DataLama/textanalyzer
Keywords: NLU,NLP,text analysis,LLM
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: omegaconf
Requires-Dist: tqdm
Requires-Dist: spacy
Requires-Dist: datasets
Requires-Dist: transformers
Requires-Dist: tiktoken
Requires-Dist: datasketch
Requires-Dist: xxhash
Requires-Dist: langchain
Requires-Dist: langchain-community
Provides-Extra: ko
Requires-Dist: python-mecab-ko ; extra == 'ko'
Requires-Dist: kss ; extra == 'ko'

# TextAnalyzer
TextAnalyzer helps you to get insights from textual data easily.

### Integration
* huggingface's datasets
* spacy to handle nested data.
