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
When using this wonderful library to identify pronouns to names, it works well for popular names like John and Jane. However, it does not recognise many other names (perhaps due to the dictionary having US names). For example:
Given text: John and Jane are neighbours. She admires him because he works hard.
Pronouns and their references:
She => Jane
him => John
he => John
But
Given text: Ram and Sita are neighbours. She admires him because he works hard.
Pronouns and their references:
him => Ram and Sita
he => Ram and Sita
Given text: Ram and Sita are neighbours. She admires him because he works hard.
Pronouns and their references:
She => Ram and Sita
him => Ram and Sita
he => Ram and Sita
Is there any reason it is not accepting the added words? Thanks
The text was updated successfully, but these errors were encountered:
yes, i'm too facing same problem. this is a common issue for new domain . what should be the solution ?
don't see training from beginning with new domain data(small size) is feasible. is there transfer learning possible ?
When using this wonderful library to identify pronouns to names, it works well for popular names like John and Jane. However, it does not recognise many other names (perhaps due to the dictionary having US names). For example:
But
I tried adding
yet
Is there any reason it is not accepting the added words? Thanks
The text was updated successfully, but these errors were encountered: