A collection of text mining and natural language processing tools for text analysis, preprocessing, and visualization.
- Text preprocessing and cleaning
- Word frequency analysis
- Sentiment analysis capabilities
- Word2Vec model integration
- Character and word count analysis
- Support for both English and Turkish text processing
This project is licensed under the MIT License - see the LICENSE file for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- NLTK Project for natural language processing tools
- Gensim for Word2Vec implementation
- TextBlob for text processing utilities
- Turkish Word2Vec model contributors