Table of Contents

Class SemanticPiece

Namespace
Hi.NcParsers.Semantics
Assembly
HiMech.dll
public class SemanticPiece
Inheritance
SemanticPiece
Inherited Members
Extension Methods

Remarks

The design pattern of Sentence, JsonObject and SentenceClaim are one-one-one mapping.

Constructors

SemanticPiece(Sentence, JsonObject)

public SemanticPiece(Sentence sentence, JsonObject jsonObject)

Parameters

sentence Sentence
jsonObject JsonObject

Properties

ClaimList

public List<IClaim> ClaimList { get; }

Property Value

List<IClaim>

JsonObject

public JsonObject JsonObject { get; set; }

Property Value

JsonObject

Sentence

public Sentence Sentence { get; set; }

Property Value

Sentence