-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from staticdev/master
Config and requirements improvements
- Loading branch information
Showing
3 changed files
with
45 additions
and
22 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Enelvo | ||
~~~~~~~~~~~~~~~~~~~ | ||
A flexible normalizer for user-generated content. | ||
:copyright: (c) 2017 by Thales Bertaglia | ||
:copyright: (c) 2017-2019 by Thales Bertaglia | ||
:licence: MIT, see LICENSE for more details | ||
""" | ||
import logging | ||
|
@@ -13,13 +13,13 @@ | |
__summary__ = 'A flexible normaliser for user-generated content.' | ||
__uri__ = 'https://www.github.com/tfcbertaglia/enelvo' | ||
|
||
__version__ = '0.0.7' | ||
__version__ = '0.0.9' | ||
|
||
__author__ = 'Thales Bertaglia' | ||
__email__ = '[email protected]' | ||
|
||
__license__ = 'MIT' | ||
__copyright__ = 'Copyright 2017 Thales Bertaglia' | ||
__copyright__ = 'Copyright 2017-2019 Thales Bertaglia' | ||
|
||
# the user should dictate what happens when a logging event occurs | ||
logging.getLogger(__name__).addHandler(logging.NullHandler()) |
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,6 +1,6 @@ | ||
gensim>=2.2.0 | ||
emoji>=0.4.5 | ||
tabulate>=0.7.7 | ||
editdistance>=0.3.1 | ||
numpy>=1.13.3 | ||
cython | ||
gensim==3.6.0 | ||
emoji==0.5.1 | ||
tabulate==0.8.2 | ||
editdistance==0.5.2 | ||
numpy==1.16.0 | ||
cython==0.29.2 |
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