Skip to content

Releases: korpling/salt

salt-1.1.5

03 Dec 17:55
Compare
Choose a tag to compare
  • bug fixes

salt-1.1.4

03 Dec 17:55
Compare
Choose a tag to compare
  • bug fixes
  • more javaDoc comments
  • added SOrderRelation to give an explicit precedence to tokens, spans or other structures
  • added SAudioDS and SAudioRelation for using audio data as data sources

salt-1.1.3

03 Dec 17:54
Compare
Choose a tag to compare
  • new equals() and differences() method, to compare model objects like graphs, nodes, edges and so on on equality or differences
  • switched the traversing to a more visual place (switched to Graph) and made traversing easier
  • switched the overriden traversing from Graph to a more visual place (switched to SGraph) and made traversing easier
  • added new create methods for creating and adding nodes and relations to the SDocumentGraph class
  • added persisting methods via the SaltProject, to store an entire SaltProject without using EMF Resource methods
  • switched accessing methods to a more visual place (switched to SDocumentGraph or SCorpusGraph)

salt-1.1.2

03 Dec 17:53
Compare
Choose a tag to compare
  • added new create methods for creating corpus nodes, document nodes and to structuring them to the SDocumentGraph class