Metadata-Version: 2.0
Name: dhelp
Version: 0.0.1
Summary: DH Python tools for scraping web pages, pre-processing
    data, and performing nlp analysis quickly.
Home-page: https://github.com/thePortus/dhelp
Author: David J. Thomas
Author-email: dave.a.base@gmail.com
License: UNKNOWN
Download-URL: https://github.com/thePortus/dhelp/archive/master.zip
Description-Content-Type: UNKNOWN
Keywords: digital-humanities,digital-history,digital-analysis,text-processing,text-analysis,nltk,nlp,natural-language-processing,greek,latin
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Sociology :: History
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Natural Language :: Latin
Classifier: Natural Language :: Greek
Requires-Dist: beautifulsoup4 (==4.6.0)
Requires-Dist: certifi (==2018.1.18)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: cltk (==0.1.83)
Requires-Dist: gitdb2 (==2.0.3)
Requires-Dist: GitPython (==2.1.8)
Requires-Dist: idna (==2.6)
Requires-Dist: nltk (==3.2.5)
Requires-Dist: python-crfsuite (==0.9.5pyuca==1.2)
Requires-Dist: PyYAML (==3.12)
Requires-Dist: regex (==2018.2.21)
Requires-Dist: requests (==2.18.4)
Requires-Dist: six (==1.11.0)
Requires-Dist: smmap2 (==2.0.3urllib3==1.22)
Requires-Dist: Whoosh (==2.7.4)

Students often see great potential in Python for
historical analysis. But, before they see real payoff they often face too
many hurdles to overcome in the space of a single semester. dhelp is a tool
to allow students to quickly get to performing quick file operations, data
manipulations, and even text analysis.

