All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.Recording.xml Maven / Gradle / Ivy

<?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 - 2024 Weber Informatics LLC | Privacy Policy