Skip to content
Snippets Groups Projects

Test punct

2 files
+ 17
18
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
2
# Punctuator
A service that automatically adds punctuation to raw word-stream (eg. from speech2text) for polish language.
A service that automatically adds punctuation to raw word-stream (eg. from speech2text) for polish, russian and english language.
**Example input**:
> według webometrycznego rankingu uniwersytetów świata ze stycznia 2019 pokazującego zaangażowanie instytucji akademickich w internecie uczelnia zajmuje 5 miejsce w polsce wśród uczelni technicznych a na świecie 964 wśród wszystkich typów uczelni w rankingu szkół wyższych perspektyw politechnika wrocławska zajęła w 2019 roku 3 miejsce wśród uczelni technicznych oraz 6 miejsce spośród wszystkich uczelni akademickich w polsce
@@ -18,8 +18,9 @@ overlap = 20 ; The number of tokens from the environment that will be taken at i
```
## LPMN
Punctuator have one argument `language` with options: `pl` `ru` `en` :
```
filedir(/users/michal.pogoda)|any2txt|punctuator
filedir(/users/michal.pogoda)|any2txt|punctuator({"language":"en"})
```
## Mountpoints
Loading