UNPKG

pos2tracery

Version:

a POS-tagger to generate Tracery grammars, and a tool to merge grammars

35 lines 423 B
{ "sentences": [ "#DT# #JJ# #JJ# #NN# #NNS# #IN# #DT# #NN# #NN#.", "#PRP# #VBZ# #VBG# #TO# #VB# #IN# #NN# #IN# #DT# #NN#." ], "origin": [ "#sentences#", "#sentences#" ], "DT": [ "the", "the" ], "JJ": [ "quick", "brown" ], "NNS": [ "jumps" ], "IN": [ "over", "for", "in" ], "PRP": [ "he" ], "VBG": [ "trying" ], "TO": [ "to" ] }