nlp_architect.data.cdc_resources.data_types.wn package

Submodules

nlp_architect.data.cdc_resources.data_types.wn.wordnet_page module

class nlp_architect.data.cdc_resources.data_types.wn.wordnet_page.WordnetPage(orig_phrase: str, clean_phrase: str, head: str, head_lemma: str, head_synonyms: Set[str], head_lemma_synonyms: Set[str], head_derivationally: Set[str], head_lemma_derivationally: Set[str], all_clean_words_synonyms: Set[str])[source]

Bases: object

toJson() → Dict[source]

Module contents