Skip to content

Version 1.1.0 of the gerbil.nif.transfer library

Compare
Choose a tag to compare
@MichaelRoeder MichaelRoeder released this 19 Jun 11:30
· 67 commits to gerbil.nif.transfer since this release

This is the second release of the gerbil.nif.transfer library. This simple lib translates a document from java into NIF, transfers it to a webservice or client and retranslates it into a java object. It is part of the GERBIL project and can be used by others to implement a NIF based web service for their own annotators.

  • Created a structure of classes making the library more modular and, thus, more reusable
  • Created a clearer hierarchy of markings (see the wiki for details)
  • Extended the Meaning interface to be able to have more than one single URI
  • Added a type inference supporting different ways to express the type of a named entity
  • Extended the IO part of the library