Skip to content

Releases: annotation/stam-tools

v0.1.2

02 Apr 20:14
Compare
Choose a tag to compare
  • Adapted to latest library (stam-rust 0.5.0). Add support for STAM CSV.
  • Added stam save command

v0.1.1

27 Mar 19:23
Compare
Choose a tag to compare

Builds on stam-rust 0.4.0 (in experimental stage, so these tools are as well), fixes a number of bugs.

  • Reimplemented to-tsv support to be more configurable

v0.1.0

25 Mar 15:02
Compare
Choose a tag to compare

Initial release, builds on stam-rust 0.3.0 (in experimental stage, so these tools are as well).

This release introduces several tools to work with STAM:

  • stam annotate - Add an annotation from a JSON file
  • stam info - Return information regarding a STAM model.
  • stam init - Initialize a new STAM annotationstore
  • stam to-text - Print the text of any resources in the model.
  • stam to-tsv - Convert STAM to a simple TSV (Tab Separated Values) format. This is not lossless but provides a decent view on the data.
  • stam validate - Validate a STAM model.
  • stam tag - Regular-expression based tagger