Skip to content

Instantly share code, notes, and snippets.

@wadeharrell
Created August 8, 2011 21:23
Show Gist options
  • Save wadeharrell/1132784 to your computer and use it in GitHub Desktop.
Save wadeharrell/1132784 to your computer and use it in GitHub Desktop.
example standoff markup showing grammar
{
'html':{
'p':[
[0,109]
],
'br':[
[24],
[54],
[85]
]
},
'poetryML':{
'stanza':[
[0,109]
],
'line':[
[0,23],
[24,53],
[54,84],
[85,109]
]
},
'grammar':{
'nouns':[
[0,4,{'type':'person'}],
[18,22,{'type':'thing'}],
[28,34,{'type':'thing'}],
[75,79,{'type':'person'}],
[89,93,{'type':'thing'}]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment