Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoormunir committed Jun 22, 2020
1 parent 1141dff commit 66e3909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
3 changes: 1 addition & 2 deletions writeprints/__init__.py
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
2 changes: 0 additions & 2 deletions writeprints/feature_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from keras.preprocessing import text as tx
from pkg_resources import resource_filename

from . import resources


class FeatureExtractor(object):
def __init__(self, flatten):
Expand Down

0 comments on commit 66e3909

Please sign in to comment.