Skip to content

Cambridge Vocabulary list and play with pdf and extract words to use it in other projects

License

Notifications You must be signed in to change notification settings

sharafabacery/Cambridge-Vocabulary-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cambridge Vocabulary list

open Source project to get words from "words.pdf" and convert it to "words.json".

Code discovered 99% of words inside "words.pdf"

Project Structure:

  • words directory contain 3 files
  • main.py contain all codes to make that happen
  • Words directory:

  • "extract-words-from-pdf.txt" contain all words and repeating words in "words.pdf"
  • "cleaned.txt" contain all words without repeating and ordered form words in "extract-words-from-pdf.txt"
  • "words.json" contain all words in json format with matching character with own words example:{'a':['and',......,'amazing'],'b':['bulb',.......],.......etc}
  • Usage: using json file in making guess word games and get data to use it in IR systems

    I used pycharm community edition to create this project by the power of Python 3.8.1

    Notes: install PyPDF2 library to play with any pdf file

    final words, I know that code is not perfect and code cant get all the words from "words.pdf",you can forked the code and play with it as much you need.

    Adding MIT license to make it easy to play with it

    About

    Cambridge Vocabulary list and play with pdf and extract words to use it in other projects

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages