Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 950 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 950 Bytes

KafSaxParser

version 3.1.1 Copyright: VU University Amsterdam email: piek.vossen@vu.nl

DESCRIPTION This module parses KAF or NAF files and creates a data structure that can be accessed and modified. It also serializes KAF or NAF to a file again.

SOURCE CODE:

https://github.com/cltl/KafSaxParser

The binaries can be built using maven and the pom.xml

mvn clean mvn install

REQUIREMENTS KafSaxParser is developed in Java 1.6 and can run on any platform that supports Java 1.6

LICENSE KafSaxParser is free software: you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt.

KafSaxParser is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.