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 don't know if it fits in the purpose of this library but sometimes could be useful to get singular or plural information in every entity found. I think this could be accomplished reusing TenseInflector or NounInflector functionality in Natural dependency. It could be useful to add custom cases for irregular (mouse / mice)
Describe the solution you'd like
The resulting entity should have something like this:
I don't know if it fits in the purpose of this library but sometimes could be useful to get singular or plural information in every entity found. I think this could be accomplished reusing TenseInflector or NounInflector functionality in Natural dependency. It could be useful to add custom cases for irregular (mouse / mice)
Describe the solution you'd like
The resulting entity should have something like this:
This would require modifications in addNamedEntityText method...
The text was updated successfully, but these errors were encountered: