![JAR search and dependency download from the Maven repository](/logo.png)
xml.Recording.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SimpleNLG Show documentation
Show all versions of SimpleNLG Show documentation
Java API for Natural Language Generation
The newest version!
<?xml version="1.0" encoding="utf-8"?> <nlg:NLGSpec xmlns="http://code.google.com/p/simplenlg/schemas/version1" xmlns:nlg="http://code.google.com/p/simplenlg/schemas/version1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://code.google.com/p/simplenlg/schemas/version1 RealizerSchema.xsd "> <Recording name="Some Tests"> <Record name="Hello World"> <Document cat="PARAGRAPH"> <child xsi:type="StringElement"> <val>hello, world</val> </child> </Document> </Record> </Recording> </nlg:NLGSpec>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy