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
First of all, thanks for creating such a useful utility.
I came across cases where it gave incorrect suggestions (false positives) for named entities. I understand that the current functionality doesn't consider Named Entities as separate processing. See examples below:
Example 1: Here, "DC" is corrected to "do"
Example 2: Here, "abdalati" is replaced with the same word "abdalati"
Does the dictionary contain this word as a meaningful word?
Would love to know your thoughts/suggestions/advice on this?
Regards,
Paritosh
The text was updated successfully, but these errors were encountered:
katreparitosh
changed the title
How
Any solution to which Named Entities can be skipped in the utility?
Jun 9, 2021
katreparitosh
changed the title
Any solution to which Named Entities can be skipped in the utility?
Any solution on how Named Entities can be skipped in the utility?
Jun 9, 2021
You are correct, this library does not take part of speech into account.
It is possible to add those entities into the dictionary that you are leveraging so that it doesn't call it as a false positive. As for your second example, it would only return the same word if it was either provided in the dictionary or there were no suggestions.
Hi,
First of all, thanks for creating such a useful utility.
I came across cases where it gave incorrect suggestions (false positives) for named entities. I understand that the current functionality doesn't consider Named Entities as separate processing. See examples below:
Example 1: Here, "DC" is corrected to "do"
Example 2: Here, "abdalati" is replaced with the same word "abdalati"
Does the dictionary contain this word as a meaningful word?
Would love to know your thoughts/suggestions/advice on this?
Regards,
Paritosh
The text was updated successfully, but these errors were encountered: