anotator module¶
-
anotator.
dataset_NER_prepocess
(dataset)[source]¶ Preprocess a dataset before training NER.
Assuming That a clean dataset of Entities should not contain verbs, adverbs, adjectives and random symbols
Parameters: dataset (list) – list of strings for NER trainging Returns: processed dataset if Sucessful, None otherwise Return type: list