NIHOPA / NLPre

Python library for Natural Language Preprocessing (NLPre)
190 stars 34 forks source link

Fix documentation #40

Closed thoppe closed 7 years ago

thoppe commented 7 years ago

Many of the docstrings are incomplete and/or in the wrong place. For example, some of docstrings are at the end of a function, which doesn't trigger when help(function) is called. Additionally, some of the minor functions do not follow the standard convention of describing the function in the class def, then the input rules for __init__ and __call__.