Class SemanticPiece
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
sentenceSentencejsonObjectJsonObject
Properties
ClaimList
public List<IClaim> ClaimList { get; }
Property Value
JsonObject
public JsonObject JsonObject { get; set; }
Property Value
Sentence
public Sentence Sentence { get; set; }