Armenian-Dialect-Detector

takavor/Armenian-Dialect-Detector

Jupyter Notebook Stars: 1 Forks: 0 Language/NLP

Summary

A small NLP project that trains classifiers to distinguish between Eastern and Western Armenian dialects using Wikipedia articles as data, character n-grams for tokenization, and TF-IDF for feature extraction. It compares multiple models (Logistic Regression, Naive Bayes, Decision Tree, SVM, MLP) across different n-gram sizes and reports performance metrics.

Similar Projects