-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Feature called Expanding Contractions in the text preprocessing part of fake news classification #48
Comments
Hey, I would like to work on that issue can you guide me on how do I start? |
Hey , I am interested working on this issue |
hey, i can do that. Should i? |
hello, I want to work on this. |
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 have made a pull request regarding the issue , can you please look into that . |
this is my pull request link |
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: