Uses of Class
salsa.corpora.elements.Wordtags

Packages that use Wordtags
salsa.corpora.elements   
 

Uses of Wordtags in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return Wordtags
 Wordtags Head.getWordtags()
          Returns the Wordtags.
 

Methods in salsa.corpora.elements that return types with arguments of type Wordtags
 java.util.ArrayList<Wordtags> Semantics.getWordtags()
          Returns the list of Wordtags.
 

Methods in salsa.corpora.elements with parameters of type Wordtags
 void Semantics.addWordtags(Wordtags newWordtags)
          Adds a new Wordtags to this Semantics.
 void Head.setWordtags(Wordtags wordtags)
          Sets the Wordtags.