Skip to content

Vge0rge/language-learner-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

language-learner-alpha

GitHub license

Language-learner-alpha is a tool that extracts the vocabulary from a file and translates the vocabulary to a given language.

Currently supports only text files but support for more files will be added in the future.

Requirements

--python-magic library https://github.com/ahupp/python-magic

-- TextBlob library https://textblob.readthedocs.org/en/dev/


Basic Usage

>>> from text_extractor import TextExtractor
>>> from translator import Translator
>>> text_extractor = TextExtractor()
>>> translator = Translator()
>>> text_extractor.extract_text(text_file)
>>> translator.translate_db(language)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages