What should be the acceptable behavior of witi(abstracts_stm) or create_oolong(abstracts_stm, type = "witi")?
For old users, it should give you an oolong object with only wi because input_corpus is NULL. It is also the current behavior.
But it can be quite confusing if one asks for wi and ti but only be given an object with wi.
What should be the acceptable behavior of
witi(abstracts_stm)orcreate_oolong(abstracts_stm, type = "witi")?For old users, it should give you an oolong object with only
wibecauseinput_corpusis NULL. It is also the current behavior.But it can be quite confusing if one asks for
wiandtibut only be given an object withwi.