This project is a Python-based text analysis tool that performs:
- Syntactic analysis
- Morphological analysis
- Stylistic analysis
It is designed for educational, linguistic, and basic natural language processing (NLP) purposes.
- Sentence segmentation
- Part-of-speech (POS) tagging
- Dependency parsing
- Sentence length statistics
- Tokenization
- Lemmatization
- Morphological feature extraction
- Word frequency analysis
- Average word length
- Average sentence length
- Vocabulary richness (type-token ratio)
- Most frequent words
- Basic readability metrics