Uses of Class
eu.clarin.weblicht.wlfxb.io.WLFormatException
-
Packages that use WLFormatException Package Description eu.clarin.weblicht.wlfxb.io Provides classes to input/process/output TCF streams with only specified annotations being loaded into the memory.eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of WLFormatException in eu.clarin.weblicht.wlfxb.io
Methods in eu.clarin.weblicht.wlfxb.io that throw WLFormatException Modifier and Type Method Description voidExternalDataWithTextCorpusStreamed. close()Closes the input and output streams associated with this object and releases any associated system resources.voidLexiconStreamed. close()Closes the input and output streams associated with this object and releases any associated system resources.voidTextCorpusStreamed. close()Closes the input and output streams associated with this object and releases any associated system resources.voidTextCorpusStreamedWithReplaceableLayers. close()Closes the input and output streams associated with this object and releases any associated system resources.voidXmlReaderWriter. close()static WLDataWLDObjector. read(File file)static WLDataWLDObjector. read(InputStream inputStream)static WLDataWLDObjector. read(Reader reader)static WLDProfileWLDProfiler. read(File file)static WLDProfileWLDProfiler. read(InputStream inputStream)static WLDProfileWLDProfiler. read(Reader reader)XMLEventXmlReaderWriter. readEvent()voidXmlReaderWriter. readWriteElement(String tagName)voidXmlReaderWriter. readWriteToTheEnd()static voidWLDObjector. write(MetaData md, Lexicon lex, File file, boolean outputAsXmlFragment)static voidWLDObjector. write(MetaData md, Lexicon lex, OutputStream outputStream, boolean outputAsXmlFragment)static voidWLDObjector. write(MetaData md, TextCorpus tc, Lexicon lex, File file, boolean outputAsXmlFragment, String version)static voidWLDObjector. write(MetaData md, TextCorpus tc, Lexicon lex, OutputStream outputStream, boolean outputAsXmlFragment, String version)static voidWLDObjector. write(MetaData md, TextCorpus tc, File file, boolean outputAsXmlFragment)static voidWLDObjector. write(MetaData md, TextCorpus tc, OutputStream outputStream, boolean outputAsXmlFragment)static voidWLDObjector. write(WLData wlData, File file)static voidWLDObjector. write(WLData wlData, File file, boolean outputAsXmlFragment)static voidWLDObjector. write(WLData wlData, OutputStream outputStream)static voidWLDObjector. write(WLData wlData, OutputStream outputStream, boolean outputAsXmlFragment)Constructors in eu.clarin.weblicht.wlfxb.io that throw WLFormatException Constructor Description ExternalDataWithTextCorpusStreamed(InputStream inputStream, EnumSet<ExternalDataLayerTag> edLayersToRead, EnumSet<TextCorpusLayerTag> tcLayersToRead)Creates a ExternalDataWithTextCorpusStreamed from the given TCF input stream and specified annotation layers.ExternalDataWithTextCorpusStreamed(InputStream inputStream, EnumSet<ExternalDataLayerTag> edLayersToRead, EnumSet<TextCorpusLayerTag> tcLayersToRead, OutputStream outputStream)Creates a ExternalDataWithTextCorpusStreamed from the given TCF input stream, specified annotation layers and the output stream.LexiconStreamed(InputStream inputStream, EnumSet<LexiconLayerTag> layersToRead)Creates a LexiconStreamed from the given TCF input stream and specified annotation layers.LexiconStreamed(InputStream inputStream, EnumSet<LexiconLayerTag> layersToRead, OutputStream outputStream)Creates a LexiconStreamed from the given TCF input stream, specified annotation layers and the output stream.LexiconStreamed(InputStream inputStream, EnumSet<LexiconLayerTag> layersToRead, OutputStream outputStream, boolean outputAsXmlFragment)Creates a LexiconStreamed from the given TCF input stream, specified annotation layers and the output stream.LexiconStreamed(InputStream inputStream, EnumSet<LexiconLayerTag> layersToRead, OutputStream outputStream, List<MetaDataItem> metaDataToAdd)Creates a LexiconStreamed from the given TCF input stream, specified annotation layers, output stream and meta data.TextCorpusStreamed(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead)Creates a TextCorpusStreamed from the given TCF input stream and specified annotation layers.TextCorpusStreamed(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead, OutputStream outputStream)Creates a TextCorpusStreamed from the given TCF input stream, specified annotation layers and the output stream.TextCorpusStreamed(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead, OutputStream outputStream, boolean outputAsXmlFragment)Creates a TextCorpusStreamed from the given TCF input stream, specified annotation layers and the output stream.TextCorpusStreamed(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead, OutputStream outputStream, List<MetaDataItem> metaDataToAdd)Creates a TextCorpusStreamed from the given TCF input stream, specified annotation layers, output stream and meta data.TextCorpusStreamedWithReplaceableLayers(InputStream inputStream, EnumSet<TextCorpusLayerTag> layersToRead, EnumSet<TextCorpusLayerTag> layersToReplace, OutputStream outputStream)Creates a TextCorpusStreamedWithReplaceableLayers from the given TCF input stream,specified annotation layers and the output stream. -
Uses of WLFormatException in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that throw WLFormatException Modifier and Type Method Description TextSpanTextStructureLayer. addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type)TextSpanTextStructureLayer. addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type, int startChar, int endChar)TextSpanTextStructureLayer. addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type, String value) -
Uses of WLFormatException in eu.clarin.weblicht.wlfxb.tc.xb
Methods in eu.clarin.weblicht.wlfxb.tc.xb that throw WLFormatException Modifier and Type Method Description TextSpanTextStructureLayerStored. addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type)TextSpanTextStructureLayerStored. addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type, int startChar, int endChar)TextSpanTextStructureLayerStored. addSpan(TextSpan parentSpan, Token spanStart, Token spanEnd, String type, String value)
-