Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

📦 pip module containing code shared across Brain Lamp projects

License

Notifications You must be signed in to change notification settings

murilobsd/brainlamp-toolbox

Repository files navigation

Drain Lamp Toolbox

Pypi package Travis CI build status (Linux) Coveralls Code Health

brainlamp_toolbox is compatible with Python 3+

Install

It's available on PyPI, so you can install it using pip (or easy_install):

$ pip install brainlamp-toolbox

Note

brainlamp-toolbox requires some packages nltk

Example

>>> import brainlamp_toolbox
>>> with open('some_essay.txt') as f:
        essay_txt = f.read()
>>> essay = Essay('title', essay_txt)
>>> print("Number of words: %d" % essay.words_count)
    Number of words: 193

About

📦 pip module containing code shared across Brain Lamp projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages