linguappt.en package¶
Submodules¶
linguappt.en.phrase_summary module¶
-
class
linguappt.en.phrase_summary.EnglishPhrasePPT(sourcefile, title='', genre='classic')¶ Bases:
linguappt.phrase_ppt.PhrasePPTCreate Phrase PPT for English study
-
content¶ read from csv file
- Type
list of dict
-
content_keys= ['sentence', 'noun_phrases', 'verbs']¶
-
lang= 'en'¶
-
linguappt.en.structure_kg_summary module¶
-
class
linguappt.en.structure_kg_summary.EnglishStructureKGPPT(sourcefile, title='', genre='classic')¶ Bases:
linguappt.structure_kg_ppt.StructureKGPPTCreate StructureKG PPT for English study
-
content¶ read from csv file
- Type
list of dict
-
content_keys= ['sentence', 'structure', 'structure_rep', 'kg']¶
-
lang= 'en'¶
-
linguappt.en.vocab_summary module¶
-
class
linguappt.en.vocab_summary.EnglishVocabPPT(sourcefile, title='', genre='classic')¶ Bases:
linguappt.vocab_ppt.VocabPPTCreate Vocabulary PPT for English study
-
content¶ read from csv file
- Type
list of dict
-
word_distrubtion¶ key is PoS, e.g,
noun,verb,daj, value is list of vocabularies- Type
dict
-
ALLOWED_POSES= ['noun', 'adj', 'verb']¶
-
content_keys= ['word', 'meaning', 'dict_pos', 'from', 'extension', 'variations', 'examples']¶
-
lang= 'en'¶
-