Swedish part-of-speech annotation with SUC tags by Hunpos
Sentence segments are analysed to enrich tokens with part-of-speech tags. No longer used by default by Sparv because Stanza's POS-tagging yields better results.
Sentence segments are analysed to enrich tokens with part-of-speech tags. No longer used by default by Sparv because Stanza's POS-tagging yields better results.
This analysis is used with Sparv. Check out Sparv's quick start guide to get started!
To use this analysis, add the following line under export.annotations
in the Sparv corpus configuration file:
- <token>:hunpos.pos # Part-of-speech tags
For more info on how to use Sparv, check out the Sparv documentation.
Example output:
<token pos="PN">Det</token>
<token pos="AB">här</token>
<token pos="VB">är</token>
<token pos="DT">en</token>
<token pos="NN">korpus</token>
<token pos="MAD">.</token>
Hunpos: https://code.google.com/archive/p/hunpos/