-
Notifications
You must be signed in to change notification settings - Fork 3
Modularize feature extraction. #2
Copy link
Copy link
Open
Labels
Description
We can make things modular, so that other people can use this to extract such features from any dataset they have. This will make things really easy for the people working on text based feature extraction.
This thing would help us also in extending the same code to extract the features from another dataset in case we want to harden our findings.
The idea is to implement a feature module which can be imported to extract any text based feature that we have worked on.
At the very least, it'll make the code cleaner.
Reactions are currently unavailable