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

Add Lemmatization node #4

Merged
merged 3 commits into from
Apr 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lemmatize.md
  • Loading branch information
recrudesce committed Apr 6, 2023
commit 7f514b63cb522e5100ba68853bccceb17a9f7cef
6 changes: 3 additions & 3 deletions integrations/lemmatize.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ authors:
socials:
github: https://github.com/recrudesce
recrudesce marked this conversation as resolved.
Show resolved Hide resolved
twitter: https://twitter.com/recrudesce
- name: Florian Brand
- name: Xceron
socials:
github: https://github.com/Xceron
repo: [url of GitHub repo if exists ](https://github.com/recrudesce/haystack_lemmatize_node)
repo: https://github.com/recrudesce/haystack_lemmatize_node
type: Custom Node
report_issue: [https://github.com/recrudesce/haystack_lemmatize_node/issues](https://github.com/recrudesce/haystack_lemmatize_node/issues)
report_issue: https://github.com/recrudesce/haystack_lemmatize_node/issues
---
## WHat is Lemmatization
Lemmatization is a text pre-processing technique used in natural language processing (NLP) models to break a word down to its root meaning to identify similarities. For example, a lemmatization algorithm would reduce the word better to its root word, or lemme, good.
Expand Down