Skip to content

MrJino/LangDetectExcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Language Detector for Excel Sheet

Preliminaries

python compiler should be installed on your computer

# python3 --version
Python 3.9.5

pip (package manager) should be installed on your computer

# pip3 --version
pip 21.1.3 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)

Intall Dependencies

The following instructions describe how to install libraries for building and running the auto language detector on PC

Pandas for Excel

# pip3 install xlrd
# pip3 install openpyxl
# pip3 install pandas

TextBlob

# pip3 install langdetect

About

auto detecting languages from Excel files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages