poetry2nix/tests/use-url-wheel/whl_test/main.py

7 lines
111 B
Python
Raw Normal View History

import de_dep_news_trf
def main():
nlp = de_dep_news_trf.load()
print(nlp("Dies ist ein Testsatz."))