Skip to content

Bump stanza from 1.10.1 to 1.11.0#487

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/stanza-1.11.0
Open

Bump stanza from 1.10.1 to 1.11.0#487
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/stanza-1.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps stanza from 1.10.1 to 1.11.0.

Release notes

Sourced from stanza's releases.

v1.11.0

Training upgrades

Model upgrades

  • Tokenizer can support the pretrained charlm now. This significantly improves the MWT performance on Hebrew, for example. stanfordnlp/stanza#1511

  • Building tokenizers with pretrained charlm exposed a possible issue with the tokenizer including spaces when tokenizing when an MWT is split across two words. The effect occurred in Hebrew, but an English example would be wo n't tokenized as a single token with embedded space. Augmenting the training to enforce word splits across those spaces fixed the issue. stanfordnlp/stanza#1511

  • use PackedSequence for the tokenizer - is slower, but results are stable when using inputs of different lengths: stanfordnlp/stanza@4433e83 stanfordnlp/stanza#1472

  • If a Tokenizer training set consistently has spaces between the ends of words and punctuations, the resulting trained model may not properly recognize the same text with periods at the end of the word. For example, this is a test . vs this is a test. Reported in stanfordnlp/stanza#1504 Fixed for VI by stanfordnlp/stanza@6878d8e

  • Coref now includes a zeros predictor - this predicts when a mention for certain datasets (such as Spanish) is a pro-drop mention. This behavior occurs by adding an empty node to the sentence. It can be disabled with the coref_use_zeros=False flag to the Pipeline. stanfordnlp/stanza#1502

Model improvements

Other interface improvements

... (truncated)

Commits
  • 156f86b Include the demo files in the distribution
  • be2f434 Add a version of the HE coref conversion script which mixes in udcoref, which...
  • 767d463 A couple experiments on dataset mixing experiments that didn't have any posit...
  • 101fdb5 Oops, need to update the loaded_args with the save_name, not the args
  • 714072d Add a short explanation of how to download and process the ANG NER dataset po...
  • 8c69363 Add a default package for HE coref
  • c55d3d3 Add a lang=he field to all of the documents produced by the Hebrew coref conv...
  • 4554b47 Update a comment explaining our poor scores on this dataset
  • 8c92951 Possibly turn off zeros via a user flag
  • 0aeea8b Add an init.py for the pipeline/demo directory. Might as well include th...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [stanza](https://github.com/stanfordnlp/stanza) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/stanfordnlp/stanza/releases)
- [Commits](stanfordnlp/stanza@v1.10.1...v1.11.0)

---
updated-dependencies:
- dependency-name: stanza
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants