issues
search
LSYS
/
LexicalRichness
:smile_cat: :speech_balloon: A module to compute textual lexical richness (aka lexical diversity).
http://lexicalrichness.readthedocs.io/
MIT License
96
stars
19
forks
source link
Disallow string input if `tokenizer` =None (closes #12)
#38
Closed
LSYS
closed
2 years ago
LSYS
commented
2 years ago
Removing the gotcha where string inputs can still be accepted into the LexicalRichness class when
tokenizer
is set to None. Input should be a list of strings. Closes #12
tokenizer
is set to None. Input should be a list of strings. Closes #12