Skip to content

grevutiu-gabriel/dexonline_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script for extracting Romanian word list from www.dexonline.ro

python3 dexonline_extractor.py

Files were generated with following script:

for i in {a..z}; do python3 dexonline_extractor.py $i; git add $i; git commit -m "Add list of words begining with letter $i"; done

The following script for non-English character

for i in ă â î ș ț; do python3 dexonline_extractor.py $i; git add $i; git commit -m "Add list of words begining with letter $i"; done

To push modifications to github run command:

git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages