Language Detection
A Dataset for Language Detection
@kaggle.basilb2s_language_detection
A Dataset for Language Detection
@kaggle.basilb2s_language_detection
It's a small language detection dataset. This dataset consists of text details for 17 different languages, ie, you will be able to create an NLP model for predicting 17 different language..
CREATE TABLE language_detection (
"text" VARCHAR,
"language" VARCHAR
);Anyone who has the link will be able to view this.