Skip to content

Releases: proycon/folia-rust

v0.0.6

16 Nov 21:18
Compare
Choose a tag to compare

Updated for FoLiA v2.4: includes modality annotation and external annotation

v0.0.5

29 Sep 14:17
Compare
Choose a tag to compare

Release featuring minor fixes/cleanup

v0.0.4

02 Sep 14:57
Compare
Choose a tag to compare
  • Updated for FoLiA v2.3 (can handle explicit form now)

v0.0.3

12 Aug 19:36
Compare
Choose a tag to compare

This release adds some essential features to the API:

  • Implemented a high-level annotate() method analogous to foliapy's add() method. Handles span annotation transparently.
  • implemented common_ancestors()
  • implemented get_layer_key()
  • make sure layers reverse-inherit their set from their children
  • finished provenance support, an active processor can now be associated with a document
  • datetime attributes are now chrono::NaiveDateTime structs and properly parsed, rather than a plain String

v0.0.2

03 Oct 20:43
Compare
Choose a tag to compare
  • Fixed text markup parsing (#3)

v0.0.1

02 Oct 21:28
Compare
Choose a tag to compare

Very first release of the FoLiA library for Rust (consider it an alpha version). Implements a lot of basic functionality (but no validation!). Note that this library may still be a bit rough around the edges and may contain major bugs.