Example #1
0
 /// <summary>Create a Document object from a read Protocol Buffer.</summary>
 /// <seealso cref="Document.Serialize()"/>
 /// <param name="proto">The protocol buffer representing this document.</param>
 public SpanishDocument(CoreNLPProtos.Document proto)
     : base(Edu.Stanford.Nlp.Simple.SpanishDocument.EmptyProps, proto)
 {
 }
Example #2
0
 /// <summary>Create a Document object from a read Protocol Buffer.</summary>
 /// <seealso cref="Document.Serialize()"/>
 /// <param name="proto">The protocol buffer representing this document.</param>
 public ChineseDocument(CoreNLPProtos.Document proto)
     : base(Edu.Stanford.Nlp.Simple.ChineseDocument.EmptyProps, proto)
 {
 }
Example #3
0
 /// <summary>Create a Document object from a read Protocol Buffer.</summary>
 /// <seealso cref="Document.Serialize()"/>
 /// <param name="proto">The protocol buffer representing this document.</param>
 public ArabicDocument(CoreNLPProtos.Document proto)
     : base(Edu.Stanford.Nlp.Simple.ArabicDocument.EmptyProps, proto)
 {
 }
 /// <summary>Create a Document object from a read Protocol Buffer.</summary>
 /// <seealso cref="Document.Serialize()"/>
 /// <param name="proto">The protocol buffer representing this document.</param>
 public GermanDocument(CoreNLPProtos.Document proto)
     : base(Edu.Stanford.Nlp.Simple.GermanDocument.EmptyProps, proto)
 {
 }