Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lemmatization need for LEMMA patterns #35

Open
swelcker opened this issue Mar 7, 2023 · 2 comments
Open

Lemmatization need for LEMMA patterns #35

swelcker opened this issue Mar 7, 2023 · 2 comments

Comments

@swelcker
Copy link

swelcker commented Mar 7, 2023

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

@davidberenstein1957
Copy link
Owner

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

@swelcker
Copy link
Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants