Class NKJPSegmentationDocument

Namespace
NOpenNLP.Tools.Formats.Nkjp
Assembly
NOpenNLP.Tools.dll
public class NKJPSegmentationDocument
Inheritance
NKJPSegmentationDocument
Inherited Members

Properties

Segments

public IDictionary<string, IDictionary<string, NKJPSegmentationDocument.Pointer>> Segments { get; }

Property Value

IDictionary<string, IDictionary<string, NKJPSegmentationDocument.Pointer>>

Methods

Parse(Stream)

public static NKJPSegmentationDocument Parse(Stream isStream)

Parameters

isStream Stream

Returns

NKJPSegmentationDocument

Exceptions

IOException

Thrown if the XML cannot be parsed.