stanza
stanza copied to clipboard
[QUESTION]Missing documentation
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.
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.
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.
It's actually just referring to the list of UD models, so for example there's an
ewtpackage andgumfor 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?)
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
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.)