Closed korobool closed 5 years ago
Develop python class "EntityNodesFinder"
Input: text
Output: Class instance with tokenized text + metainfo with regions for all
['I', 'love', 'you', 'so', 'much', 'my', 'beautiful', 'life', 'in', 'US', '.' ] ['|', '===', '===', '||||', '||||||||||', '|||||', '**********', '***', '|||', '^^^', '.' ] <<<
.all_nps() > [(6,7),...] .all_ners() > [(9,9),...] .all_vps() > [(1,2),...] .tokenized() > ['I', 'love', 'you', 'so', 'much', 'my', 'beautiful', 'life', 'in', 'US', '.' ]
Develop python class "EntityNodesFinder"
Input: text
Output: Class instance with tokenized text + metainfo with regions for all