Skip to content

Piece of code that can be used for deserializing the XML Boxer output.

License

Notifications You must be signed in to change notification settings

wojtuch/boxer2java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boxer2java

This repository contains a class hierarchy that corresponds to xdrs.dtd file from src/data/boxer directory.

It allows to quickly deserialize the annotated XML Boxer output to a Java object.

Prerequisites are maven (for resolving the XML parser dependency) and built and working C&C Tools (for the output). After modifying the properties file and specifying the paths to the CCG Parser, Boxer and the models, you can call the C&C Tools from within your program and play with the output by yourself (see Examples.java).

About

Piece of code that can be used for deserializing the XML Boxer output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages