You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #157 I noticed that the "default mode" for queries is not documented, even though it is mentioned in the CHANGELOG and in some issues like #90 and #92. It should be explained at least once in the documentation and referred to from some relevant places (Wordnet class API docs, Basic Usage and Interlingual Queries guides, maybe others). I have, however, been trying to emphasize the module functions less in favor of creating Wordnet objects, so the description would be better with some admonishment to use Wordnet objects in most cases (e.g., with a warning that path methods in default-mode can be very slow when many lexicons are installed).
Note that default mode is enabled when either (a) a module function like wn.synsets() is used without any lexicon or lang parameter, or (b) a Wordnet object is created without any lexicon or lang parameter.
The text was updated successfully, but these errors were encountered:
In #157 I noticed that the "default mode" for queries is not documented, even though it is mentioned in the CHANGELOG and in some issues like #90 and #92. It should be explained at least once in the documentation and referred to from some relevant places (
Wordnet
class API docs, Basic Usage and Interlingual Queries guides, maybe others). I have, however, been trying to emphasize the module functions less in favor of creatingWordnet
objects, so the description would be better with some admonishment to useWordnet
objects in most cases (e.g., with a warning that path methods in default-mode can be very slow when many lexicons are installed).Note that default mode is enabled when either (a) a module function like
wn.synsets()
is used without anylexicon
orlang
parameter, or (b) aWordnet
object is created without anylexicon
orlang
parameter.The text was updated successfully, but these errors were encountered: