concise-concepts icon indicating copy to clipboard operation
concise-concepts copied to clipboard

Lemmatization need for LEMMA patterns

Open swelcker opened this issue 1 year ago • 2 comments

I believe you are missing to call the lematization function before you build the conceptual patterns. I saw you already have the function for it but not calling it:

I added in run(): (my local version) .... self.infer_original_data()

  •  self.lemmatize_concepts()
    

....

Was obvious with german text and de_ spacy models

swelcker avatar Mar 07 '23 23:03 swelcker

@swelcker thanks for catching this! Could you open a PR, then I will include it in the next release.

davidberenstein1957 avatar Mar 13 '23 12:03 davidberenstein1957

done

swelcker avatar Mar 13 '23 22:03 swelcker