Contractions

Hello guys,

Is there any component which handles contractions such as from I’m to I am or you’re to you are. It can be done in regular python with “import contractions” library. Thank you very much

Hey @serdar. You would need to use additional components for that. Just curious - what is the use case where you need your assistant to understand and differenciate them?

Hi Juste,

Thank you very much for your reply. The use case will be in insurance domain. Thanks again