Skip to content

Commit

Permalink
Add a constituency model for German. #1368
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Mar 21, 2024
1 parent 4b87510 commit 86ddaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stanza/resources/default_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ def build_default_pretrains(default_treebanks):
# also, a few languages (very few, currently) have constituency parser models
default_constituency = {
"da": "arboretum_charlm",
"de": "spmrl_charlm",
"en": "ptb3-revised_charlm",
"es": "combined_charlm",
"id": "icon_charlm",
Expand Down

0 comments on commit 86ddaab

Please sign in to comment.