mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
7 lines
122 B
Python
7 lines
122 B
Python
import de_core_news_sm
|
|
import sys
|
|
|
|
|
|
def main():
|
|
nlp = de_core_news_sm.load()
|
|
print(nlp("Dies ist ein Testsatz."))
|