DmitryKey / simplenlg

Automatically exported from code.google.com/p/simplenlg
1 stars 0 forks source link

XML deserializer #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are three Eclipse java projects in the RealizerService folder.

Realizer is my wrapper, with the xml deserializer the UnWrapper.java does the 
work.
The package com.agfa.nlg.realizer.wrapper is generated from the xml schema, 
RealizerSchema.xsd by the runxjc.bat script.

The NLG.log file shows some examples of the progression from SNOMED data to the 
XML for the realiser to the output text.

The Service project is essentially a mini-web server that takes the XML as HTTP 
POST, and returns text. It is called by Windows Service which starts a JVM 
which listens on a port for messages. It uses the Tanuki Java Service Wrapper.
When a message is received, it calls com.agfa.nlg.realizer.Realizer.main() 
which creates a DocumentElement, realises it, and returns the text.

The SimpleNLG project builds simplenlg41cch.jav which is 4.1 with the modified 
files, that for reference, have been copied into the simplenlgFixes folder.

Original issue reported on code.google.com by ChristopherCHowell@gmail.com on 9 Mar 2011 at 6:22

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ehud.rei...@gmail.com on 30 Mar 2011 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by ehud.rei...@gmail.com on 30 Mar 2011 at 8:18

GoogleCodeExporter commented 9 years ago
The XML framework is now integrated with the main code stream.

Original comment by bertug...@gmail.com on 25 May 2011 at 8:58