Closed dpalmasan closed 3 years ago
@dpalmasan Can I work on this issue?
@sourvad sure! Feel free to work on this issue
Hello @dpalmasan ,there is no docstring for the following parameters:
In lexical_diversity_mtld:
In one_side_lexical_diversity_mtld:
Should type hints be added for these parameters as well, or is it abstracted away by design?
Good catch! @sourvad Probably we need to also update the docstrings
Gotcha, will do.
@dpalmasan I believe it's done. Build passed and ran pre-commit.
PR merged, closing.
TTR module can be found here:
https://github.com/dpalmasan/TRUNAJOD2.0/blob/master/src/TRUNAJOD/ttr.py
For example, using type hints we could define:
as