Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@proycon proycon released this 14 May 10:41
  • Updated against stam-rust v0.13.0
  • stam fromxml - New subcommand to convert XML-based formats (like xHTML, TEI) to STAM. Effectively 'untangling' the text and their inline annotations to full stand-off. This tool is configurable via an external configuration that defines a mapping of XML elements and
    attributes to STAM annotations and annotationdata.
  • stam view
    • New simplified default style
    • Support for zero-width annotations
    • New @STYLE attribute to associate an arbitrary CSS class with a query result
    • New @HIDE attribute to hide highlight underlines, and omit from the legend.
    • Major refactoring and performance improvement (#10)
    • Major improvements in whitespace handling for HTML output
  • stam batch - Batch mode now allows redirecting output to file using shell-like > and >> operators. (#13)