ABB.Swum.Nodes.WordNode.WordNode C# (CSharp) Method

WordNode() public method

Creates a new WordNode. The confidence is set to the default value of 0.0.
public WordNode ( String text, PartOfSpeechTag tag ) : System
text String The actual text of the word.
tag PartOfSpeechTag The part-of-speech of the word.
return System
        public WordNode(String text, PartOfSpeechTag tag) : this(text, tag, 0.0) { }

Same methods

WordNode::WordNode ( ) : System
WordNode::WordNode ( String text ) : System
WordNode::WordNode ( String text, PartOfSpeechTag tag, double confidence ) : System