mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
7 lines
111 B
Python
7 lines
111 B
Python
![]() |
import de_dep_news_trf
|
||
|
|
||
|
|
||
|
def main():
|
||
|
nlp = de_dep_news_trf.load()
|
||
|
print(nlp("Dies ist ein Testsatz."))
|