stanza icon indicating copy to clipboard operation
stanza copied to clipboard

[QUESTION]Missing documentation

Open Denis-Kazakov opened this issue 7 months ago • 1 comments

This page https://stanfordnlp.github.io/stanza/pipeline.html in the description of the package option says "A complete list of available packages can be found here." However there is no list of packages at the provided link. It does not even mention the word package. I have been unable to find any list of packages anywhere else.

Denis-Kazakov avatar May 02 '25 11:05 Denis-Kazakov

It's actually just referring to the list of UD models, so for example there's an ewt package and gum for English. Happy to receive suggestions on how to make that more clear.

AngledLuffa avatar May 02 '25 18:05 AngledLuffa

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 18 '25 17:07 stale[bot]

It's actually just referring to the list of UD models, so for example there's an ewt package and gum for English. Happy to receive suggestions on how to make that more clear.

Sorry for missing your answer. I would expect to find an explicit list of packages. Maybe I am missing something, but I see neither ewt nor gum. How do I know that these packages exist? (I know these two now, but what are the others?)

Denis-Kazakov avatar Jul 18 '25 19:07 Denis-Kazakov

The packages are enumerated here:

https://stanfordnlp.github.io/stanza/performance.html

although there is some separation in that the "combined" models don't show up in that table. A refresh might be in order

AngledLuffa avatar Jul 18 '25 20:07 AngledLuffa

The packages are enumerated here:

https://stanfordnlp.github.io/stanza/performance.html

although there is some separation in that the "combined" models don't show up in that table. A refresh might be in order

Thank you! It makes it easier to use the library. (I already did thanks to its wider language coverage.)

Denis-Kazakov avatar Jul 19 '25 08:07 Denis-Kazakov