Language Classification Using Machine Learning in Python

Roland Gemayel
The Startup
Published in
11 min readOct 6, 2020

--

Image by Mary Pahlke from Pixabay.

In this post, I present a step-by-step explanation how to build a model (actually three) to classify text into language categories. This tool can be used on data that is parsed from online sources in order to categorise text into languages and filter the desired language before running analyses such as sentiment analysis.

Outline

--

--