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

[NLP] Allow multiple words approach for rule based POS tagging #129

Open
yuripourre opened this issue Aug 1, 2021 · 1 comment
Open

Comments

@yuripourre
Copy link
Member

Unigram
Bigram
Ngram

@yuripourre yuripourre changed the title [NLP] Allow multiple words POS tag [NLP] Allow multiple words approach for POS tagging Aug 9, 2021
@yuripourre
Copy link
Member Author

Unigram, only tries to retrieve the current word from the database.
Bigram tries to fetch the current word and the next, if not found, tries only the current one.
Ngram tries to retrieve the entire sentence from the current word until the next break token (punctuation or stop word).

@yuripourre yuripourre changed the title [NLP] Allow multiple words approach for POS tagging [NLP] Allow multiple words approach for rule based POS tagging Aug 21, 2023
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

1 participant