We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe21ab commit 1c14649Copy full SHA for 1c14649
setup.py
@@ -61,7 +61,7 @@ def read(*names, **kwargs):
61
'Topic :: Utilities',
62
],
63
keywords=[
64
- # eg: 'keyword1', 'keyword2', 'keyword3',
+ 'markov', 'text', 'internetarchive', 'model', 'nlp', 'corpus'
65
66
install_requires=[
67
'markovify==0.4.3', 'nltk==3.2.1', 'internetarchive==1.1.0'
0 commit comments