Filter Movie Titles by Language
Split movie titles into English vs non-English by using language detection.
This experiment shows how to filter movie titles by language. Detect Languages module is used to detect language of records by movie name column, and then Split Data module is used to split the records into English vs non-English.
The filtered data can then be used to build language-specific models to analyze the movie dataset.