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

WordNode() public method

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

Same methods

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