Java edu.stanford.nlp.parser.lexparser IntTaggedWord fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.parser.lexparser IntTaggedWord fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.parser.lexparser IntTaggedWord.

The text is from its open source code.

Constructor

IntTaggedWord(int word, int tag)
IntTaggedWord(String s, char splitChar, Index wordIndex, Index tagIndex)
Creates an IntTaggedWord given by the String representation of the form <word>|<tag>
IntTaggedWord(String wordString, String tagString, Index wordIndex, Index tagIndex)
Creates an IntTaggedWord given by the tagString and wordString

Method