You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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()
....
Was obvious with german text and de_ spacy models
The text was updated successfully, but these errors were encountered: