Uses of Interface
edu.mit.jsemcor.term.INote

Packages that use INote
edu.mit.jsemcor.element Provides interfaces and default implementations for objects representing paragraphs, sentences, and tokens. 
edu.mit.jsemcor.term Provides interfaces and default implementations for objects representing annotation information on tokens. 
 

Uses of INote in edu.mit.jsemcor.element
 

Methods in edu.mit.jsemcor.element that return INote
 INote Wordform.getTagNote()
           
 INote IWordform.getTagNote()
          Returns the note object associated with this word form.
 

Constructors in edu.mit.jsemcor.element with parameters of type INote
Wordform(int wordNum, int tokIdx, ICommand cmd, int distance, String redef, String sepStr, IPOSTag posTag, ISemanticTag semTag, IOtherTag otherTag, INote note, String text)
          Constructs a new Wordform object out of the specified arguments.
 

Uses of INote in edu.mit.jsemcor.term
 

Classes in edu.mit.jsemcor.term that implement INote
 class Note
          Default implementation of an INote object that may be attached to an IWordform object.
 



Copyright © 2008-2011 Massachusetts Institute of Technology. All Rights Reserved.