Skip to content

Detecting the languages of tweets and incorporating a language column into the DataFrame to signify their respective languages.

Notifications You must be signed in to change notification settings

hbilu/Language_Check

Repository files navigation

This repository consists of following documents:
 -> 'main.py' is formed by top-level code to start language check.
 -> 'Language_Check.py' consists of the following fucntions:
   - 'lang_error_check': This function checks whether there is a syntax/symbol that gives error for language check with 'langdetect'.
   - 'langcheck': The function implies language check for the tweets.
 -> 'test_LanguageCheck_pytest.py' consists of unit tests written with 'pytest'.
 -> 'test_LanguageCheck_unittest.py' consists of unit tests written with 'unittest' library.
 -> 'test_main_pytest.py' consists of tests for main.py written with 'pytest'.
 -> 'test_main_unittest.py' consists of tests for main.py written with 'unittest' library.

About

Detecting the languages of tweets and incorporating a language column into the DataFrame to signify their respective languages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages