davidberenstein1957 / concise-concepts

This repository contains an easy and intuitive approach to few-shot NER using most similar expansion over spaCy embeddings. Now with entity scoring.
MIT License
240 stars 15 forks source link

changes to add lemmatizer and infer data seperation #36

Open swelcker opened 1 year ago

swelcker commented 1 year ago

Corrected run(), added lemmatization and seperated the expanded data from the original for infer the expanded data, some list results had mixed str/form object, cast to str added