Built a multilingual language identification system in Python that preprocesses text, extracts TF-IDF features, and compares KNN, SVM, and neural network classifiers to identify the language of five-letter words. Included model evaluation, visualization, and performance analysis.
Built a multilingual language identification system in Python that preprocesses text, extracts TF-IDF features, and compares KNN, SVM, and neural network cla...