Skip to content

Commit

Permalink
Update tagger yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsINT committed Nov 18, 2024
1 parent 7e4f933 commit d5b107e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/data/taggers/flair.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dataset:
href: https://huggingface.co/flair/ner-dutch-large
trainedBy: "flair"
date: "2024-11-12"
devport: 8122
devport: 8123
version: "0.14.0"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: stanza
description: "stanza"
id: stanza-alpino-conll02
description: "stanza trained on conll02 for NER and alpino for the rest"
tagset: "Universal Dependencies"
eraFrom: "2000"
eraTo: "2020"
Expand Down
27 changes: 27 additions & 0 deletions server/data/taggers/stanza-lassysmall-wikiner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
id: stanza-lassysmall-wikiner
description: "stanza trained on wikiner for NER and lassysmall for the rest"
tagset: "Universal Dependencies"
eraFrom: "2000"
eraTo: "2020"
produces:
- lemma
- pos
- upos
- head
- deprel
- misc
- id
- named-entity
model:
name: dutch lassysmall
href: https://stanfordnlp.github.io/stanza/performance.html#system-performance-on-ud-treebanks
software:
name: stanza
href: https://stanfordnlp.github.io/stanza/
dataset:
name: Universal Dependencies v2.12
href: https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-5150
trainedBy: "Stanford NLP Group"
date: "2024-11-12"
devport: 8122
version: "1.9.2"

0 comments on commit d5b107e

Please sign in to comment.