Ahmet Yildirim commited on
Commit
340013a
·
1 Parent(s): e487faf

- Fix boken links in README

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -17,8 +17,9 @@ The official release of Norwegian Morphology Tagger - Humit Tagger as a Hugginfa
17
 
18
  This specific version of the tagger is based on Norbert3-small.
19
 
20
- The aim of this model is to make Humit-Tagger available as a HuggingFace model including all functionality that the [original code](https://github.com/humit-oslo/humit-tagger) supports.
21
- In addition to the morphological tagging, this model supports Nynorsk/Bokmåk language identification provided by this [repository](https://github.com/humit-oslo/humit-sprakidentifikator).
 
22
 
23
  **If you do not need lemmatisation, we recommend giving the lemmatisation=False flag as parameter. This will save some cpu time and make the tagging faster.**
24
 
 
17
 
18
  This specific version of the tagger is based on Norbert3-small.
19
 
20
+
21
+ The aim of this model is to make Humit-Tagger available as a HuggingFace model including all functionality that the [original code](https://github.com/textlab/norwegian_ml_tagger) supports.
22
+ In addition to the morphological tagging, this model supports Nynorsk/Bokmåk language identification.
23
 
24
  **If you do not need lemmatisation, we recommend giving the lemmatisation=False flag as parameter. This will save some cpu time and make the tagging faster.**
25