Interface INcSemantic
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
Methods
Build(LazyLinkedListNode<SemanticPiece>)
Refine SemanticPiece.ClaimList of the node.
void Build(LazyLinkedListNode<SemanticPiece> semanticPieceNode)
Parameters
semanticPieceNodeLazyLinkedListNode<SemanticPiece>
Remarks
Since the building process may require the information of the related node, a whole node is passed in.