Find a way to detach Corpus, Vocabulary and Word from Learner.
The idea: Learner is task-specific, Corpus can be used many times and should be serialized (see issue). Right now words are task-dependent as well, because they need to manifest their parent. I suggest changing that so that corpora may be parsed once.
Find a way to detach
Corpus,VocabularyandWordfromLearner.The idea:
Learneris task-specific,Corpuscan be used many times and should be serialized (see issue). Right now words are task-dependent as well, because they need to manifest their parent. I suggest changing that so that corpora may be parsed once.