Table of Contents

Interface INcSemantic

Namespace
Hi.NcParsers.Semantics
Assembly
HiMech.dll

Builder of SemanticPiece.SentenceClaim and SemanticPiece LinkedList.

public interface INcSemantic : IToXElement
Inherited Members
Extension Methods

Properties

DisplayName

The builder process name shown on UI.

string DisplayName { get; }

Property Value

string

Methods

Build(LazyLinkedListNode<SemanticPiece>)

Refine SemanticPiece.ClaimList of the node.

void Build(LazyLinkedListNode<SemanticPiece> semanticPieceNode)

Parameters

semanticPieceNode LazyLinkedListNode<SemanticPiece>

Remarks

Since the building process may require the information of the related node, a whole node is passed in.