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(LinkedListNode<SemanticPiece>)

Refine SemanticPiece.ClaimList of the node.

void Build(LinkedListNode<SemanticPiece> semanticPieceNode)

Parameters

semanticPieceNode LinkedListNode<SemanticPiece>

Remarks

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