-
-
Save tingletech/1429538 to your computer and use it in GitHub Desktop.
Basic example of using NLTK for auto-greeking text
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
see now https://github.com/tingletech/greeker.py | |
usage: greeker.py [-h] [--piglatin] [infile] [outfile] | |
Create greeked text for XML testing. | |
positional arguments: | |
infile input XML (or standard input) | |
outfile output greeked XML (or standard out) | |
optional arguments: | |
-h, --help show this help message and exit | |
--piglatin replace using pig latin rather than more random "words" | |
scrambles nouns in an XML document to produce a specimine for layout testing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've moved this to here: https://github.com/tingletech/greeker.py