Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
delete comments that belong in readme
  • Loading branch information
itincknell authored Nov 21, 2023
1 parent d0ec5d6 commit a1ddd5c
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@

'''
dictionary_maker.py
Ian Tincknell
Description:
Shell program to extract wiktionary entries from json dump files created by Wiktextract
https://kaikki.org/index.html
Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022.
Supplementary definitions for Greek come from the Perseus Digital Library
https://www.perseus.tufts.edu/
Links to xml texts:
https://github.com/blinskey/middle-liddell/blob/master/Perseus_text_1999.04.0058.xml
https://github.com/gcelano/LSJ_GreekUnicode/blob/master/grc.lsj.perseus-eng6.xml
Supplementary definitions for Old English from Mary Lynch Johnson's "A Modern English - Old English Dictionary"
Posted Online by:
https://www.richardzimmermann.com/
https://old-engli.sh/
Pulls definitions from Latin, Greek or Old Enlgish wiktionary
Creates dictionary pickle file to store definitions
Can print a formatted list to upload as flashcards using Anki
https://apps.ankiweb.net/
'''# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


import parser_shell
from load_dict import *
import word_methods
Expand Down

0 comments on commit a1ddd5c

Please sign in to comment.