
eu.fbk.dkm.pikes.resources.ontonotes.frames.Example Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pikes-resources Show documentation
Show all versions of pikes-resources Show documentation
A collection of Java classes for accessing and querying a number of NLP resources.
The newest version!
//
// Questo file è stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.8-b130911.1802
// Vedere http://java.sun.com/xml/jaxb
// Qualsiasi modifica a questo file andrà persa durante la ricompilazione dello schema di origine.
// Generato il: 2015.05.07 alle 12:32:49 PM CEST
//
package eu.fbk.dkm.pikes.resources.ontonotes.frames;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.util.ArrayList;
import java.util.List;
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"inflectionOrNoteOrTextOrArgOrRel"
})
@XmlRootElement(name = "example")
public class Example {
@XmlAttribute(name = "name")
@XmlJavaTypeAdapter(NormalizedStringAdapter.class)
protected String name;
@XmlAttribute(name = "type")
@XmlJavaTypeAdapter(NormalizedStringAdapter.class)
protected String type;
@XmlAttribute(name = "src")
@XmlJavaTypeAdapter(NormalizedStringAdapter.class)
protected String src;
@XmlElements({
@XmlElement(name = "inflection", type = Inflection.class),
@XmlElement(name = "note", type = Note.class),
@XmlElement(name = "text", type = Text.class),
@XmlElement(name = "arg", type = Arg.class),
@XmlElement(name = "rel", type = Rel.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy