Skip to content
Snippets Groups Projects

Documentation

Merged Mateusz Klimaszewski requested to merge documentation into develop
Viewing commit 92b4e5c3
Show latest version
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -9,6 +9,14 @@
</a>
</p>
[Pre-trained models!](http://mozart.ipipan.waw.pl/~mklimaszewski/models/)
```python
import combo.predict as predict
nlp = predict.SemanticMultitaskPredictor.from_pretrained("polish-herbert-base")
sentence = nlp("Moje zdanie.")
print(sentence.tokens)
```
## Installation
Clone this repository and run: