Skip to content

Commit

Permalink
small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
anne17 committed Nov 18, 2024
1 parent 2c8aa8a commit f826d1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions sparv/modules/phrase_structure/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name:
swe: Svensk frasstrukturparsning
eng: Swedish phrase structure parsing
short_description:
swe: Svensk frastrukturparser konverterade från Mamba-Dep dependensanalys
eng: Swedish phrase structure parser converted from Mamba-Dep dependency analysis
swe: Svensk frasstrukturparsning baserad på Mamba-Dep dependensanalys
eng: Swedish phrase structure parsing based on Mamba-Dep dependency analysis
task: phrase structure parsing
language_codes:
- swe
keywords:
- phrase structure parsing
annotations:
- phrase_structure.phrase
- phrase_structure.phrase:phrase_structure.name
Expand Down
6 changes: 4 additions & 2 deletions sparv/modules/stanza/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ id: stanza-parent-swe
abstract: true
language_codes:
- swe
standard_reference: 'https://aclanthology.org/2021.nodalida-main.20/'
tool: "Stanza"
trained_on: "[SUC3](https://spraakbanken.gu.se/resurser/suc3), [TalbankenSBX](https://spraakbanken.gu.se/resurser/talbanken), [SIC2](https://spraakbanken.gu.se/resurser/sic2)"
other_references:
Expand Down Expand Up @@ -38,6 +37,7 @@ task: part-of-speech tagging
keywords:
- pos-tagging
- stanza
standard_reference: 'https://aclanthology.org/2021.nodalida-main.20/'
annotations:
- <token>:stanza.pos
example_output: |-
Expand All @@ -57,6 +57,7 @@ description:
[Sparv](https://spraakbanken.gu.se/sparv).
---
id: swe-msd-stanza-stanzamorph-suc3
parent: stanza-parent-swe
name:
swe: Morfosyntaktisk SUC-taggning med Stanza
eng: Tagging of morphological features (SUC) by Stanza
Expand All @@ -67,6 +68,7 @@ task: morphosyntactic tagging
keywords:
- msd
- stanza
standard_reference: 'https://aclanthology.org/2021.nodalida-main.20/'
annotations:
- <token>:stanza.msd
example_output: |-
Expand Down Expand Up @@ -237,7 +239,7 @@ example_output: |-
<token pos=".">.</token>
```
---
id: eng-sentece-stanza
id: eng-sentence-stanza
parent: stanza-parent-eng
name:
swe: Meningssegmentering för engelska med Stanza
Expand Down

0 comments on commit f826d1b

Please sign in to comment.