Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added\fixed docstrings for strip_tags in preprocessing.py * Added docstrings for strip_numeric, strip_non_alphanum & strip_multiple_whitespaces * small fixes * Added docstrings for split_alphanum, stem_text, need additional check for preprocess_string & preprocess_documents * Fix for old stringdocs and even more! * Additional changes for preprocessing.py and some refactoring for porter.py * Added references for functions + some common refactoring * Added annotations for porter.py & preprocessing.py * Fixes for annotations * Refactoring for Attributes and Notes fields * Reduced some extra large docstrings * porter.py , function _ends : changed return type from (int) to (bool) * small fix for sections * Cleanup porter.py * Resolve last review * finish with porter, yay! * Fix preprocessing * small changes * Fix review comments
- Loading branch information