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
To improve the performance and accuracy of fake news classification, we have to pre-process the text with finesse.
Thats why i want to add a new feature while pre-processing called "Expanding Contractions" where the words like "don't go" transform into "do not go" and so on.
The text was updated successfully, but these errors were encountered:
Hey, I think we can import the contractions library in python to expand the contractions and re library to remove the special characters and white spaces.
I would love to work on this issue, can you please assign it to me?
To improve the performance and accuracy of fake news classification, we have to pre-process the text with finesse.
Thats why i want to add a new feature while pre-processing called "Expanding Contractions" where the words like "don't go" transform into "do not go" and so on.
The text was updated successfully, but these errors were encountered: