oliverguhr commited on
Commit
e680df1
1 Parent(s): ac9a78c
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ pip install deepmultilingualpunctuation
45
  ```python
46
  from deepmultilingualpunctuation import PunctuationModel
47
 
48
- model = PunctuationModel(model="oliverguhr/fullstop-dutch-punctuation-prediction")
49
  text = "hervatting van de zitting ik verklaar de zitting van het europees parlement die op vrijdag 17 december werd onderbroken te zijn hervat"
50
  result = model.restore_punctuation(text)
51
  print(result)
 
45
  ```python
46
  from deepmultilingualpunctuation import PunctuationModel
47
 
48
+ model = PunctuationModel(model="oliverguhr/fullstop-dutch-sonar-punctuation-prediction")
49
  text = "hervatting van de zitting ik verklaar de zitting van het europees parlement die op vrijdag 17 december werd onderbroken te zijn hervat"
50
  result = model.restore_punctuation(text)
51
  print(result)