Created
October 4, 2017 21:51
-
-
Save proycon/c7cf66ebf14f301b4accdb6f29dd18c0 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 | |
frog = Frog(FrogOptions(parser=False)) | |
print(json.dumps( frog.process("Dit is een test."))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output example: