The End goal of this project to to help people learn ( spanish) words from TV series subtitle using Quizlet (or other flash card project ):
1- Use Github
2- documentation ( How-to use )
...
+ may be other . . . ????
2- documentation ( How-to use )
usage will like something like that:
wordlistandwordtranslate.py <TV_serie_S0xE0x.srt> -h --help
Options:
-o <serieS01E01.csv>
-d <description_file.csv>
--dbo <other output format, database format, to be defile in the future >
--aato <add article to nouns to origin language: + el, la >
--aivto <add infinite verb form to origin language, format "<SINGLE SPACE> INFINITE_VERB_FORM" >
--gsv <group same verb >
--dwi <display word_info: N for Nouns and V for Verb >
--oon output only the nouns
--oov output only the verbs
--ootr output only the rest
--ol <original_language: esp >
--tl <target_language: eng>
--st <second language: romanization or transliteration : PinYin , .... >
--ra <remove article: el, la, una, ... >
--bstat <basic statistics : only summary of count of words>
--fstat <full statistics report: with everything from below >
--swstat <single words statistics >
--swnastat <single words no articles statistic> ????
--swonstat <single words only nouns statistic>
--swovstat <single words only verbs statistic>
--swotrstat <single words only the rest statistic>
Future:
1- create an website to search / download subtitle file ( srt )
...