Created
October 4, 2017 22:01
-
-
Save proycon/ad6d51c8500281266f8e4aea4801e05d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import json | |
from frog import Frog, FrogOptions | |
from pynlpl.formats import folia | |
frog = Frog(FrogOptions(parser=False, xmlout=True)) | |
doc = frog.process("Dit is een test op een heel document.") | |
print(doc.json()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output (heel verbose):