-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1141dff
commit 66e3909
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
setup( | ||
name='writeprints', | ||
packages=['writeprints'], | ||
version='0.1.5', | ||
version='0.1.6', | ||
license='MIT', | ||
description='This package extracts writeprints features from a text document or a pandas dataframe containing a column with text per row', | ||
author='Shaoor Munir', | ||
author_email='[email protected]', | ||
url='https://github.com/shaoormunir/writeprints', | ||
download_url='https://github.com/shaoormunir/writeprints/archive/v0.1.5.tar.gz', | ||
download_url='https://github.com/shaoormunir/writeprints/archive/v0.1.6.tar.gz', | ||
keywords=['NLP', 'Machine Leanrning', | ||
'Natural Language Processing', 'Text Features'], | ||
install_requires=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
from writeprints.feature_extractor import FeatureExtractor | ||
from writeprints.text_processor import Processor | ||
from . import resources | ||
from writeprints.text_processor import Processor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters