INNER CODE UNIT · Python

run

wyounas/homer · setup.py:19

    def run(self):
        _install.run(self)
        import nltk
        nltk.download('punkt')
        # after punkt is install, let's install other packages one by one
        nltk.download('averaged_perceptron_tagger')
        nltk.download('cmudict')
        nltk.download('stopwords')


with open(os.path.join(this_directory, 'README.rst'), encoding='utf-8') as f:
    readme = f.read()

setup(
    name='homer_text',
    version='0.4.1',
    description='Homer, a text analyser in Python, can help make your text more clear, simple and useful for your readers.',
    long_description=readme,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…