pos2tracery
Version:
a POS-tagger to generate Tracery grammars, and a tool to merge grammars
46 lines • 516 B
JSON
{
"sentences": [
"#DT# #JJ# #JJ# #NN# #NNS# #IN# #DT# #NN# #NN#.",
"#PRP# #VBZ# #VBG# #TO# #VB# #IN# #NN# #IN# #DT# #NN#."
],
"origin": [
"#sentences#"
],
"DT": [
"the"
],
"JJ": [
"quick",
"brown"
],
"NN": [
"fox",
"lazy",
"dog",
"fish",
"lake"
],
"NNS": [
"jumps"
],
"IN": [
"over",
"for",
"in"
],
"PRP": [
"he"
],
"VBZ": [
"is"
],
"VBG": [
"trying"
],
"TO": [
"to"
],
"VB": [
"fish"
]
}