-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
28 lines (13 loc) · 724 Bytes
/
README
File metadata and controls
28 lines (13 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Final Submission of code for my MSc Project entitled:
Optimizing Terminology Extraction and Information Retrieval for the Automatic Generation of Flashcards from Lecture Notes
Place a PDF or txt file in this directory.
Examples for my_file_name.txt and my_file_name.pdf
TermSiphon: (this will fail - see the avoe note)
./TermSiphon.py my_file_name.txt [# of terms]
./TermSiphon.py my_file_name.pdf [# of terms]
Wikitriever:
./Wikitriever.py my_file_name.txt [# of Wikipedia articles]
./Wikitriever.py my_file_name.pdf [# of Wikipedia articles]
AutomaticFlashcardGenerator:
./AutomaticFlashcardGenerator.py my_file_name.txt [# of flashcards]
./AutomaticFlashcardGenerator.py my_file_name.pdf [# of flashcards]