A B C D E F G H I J K L M N O P Q R S T U W X

A

ALPHA - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
ALPHANUM - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
ANY - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
APOST_WORD - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
Annotator - class edu.stanford.nlp.annotation.Annotator.
A simple Java editor that supports the easy addition of xml-style tags to mark off portions of text.
Annotator(String, WindowListener) - Constructor for class edu.stanford.nlp.annotation.Annotator
Create an Annotator JFrame.
addAcceptableTag(String) - Method in class edu.stanford.nlp.annotation.HtmlCleaner
Adds the given tag to the acceptable tag set.
addEscapes(String) - Static method in class edu.stanford.nlp.annotation.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addIgnore(String, boolean) - Method in class edu.stanford.nlp.annotation.HtmlCleaner
Specifies a type of html tag to ignore.
addKeeperTag(String) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Specifies that a tag should be returned as a token, overriding the DiscardHtml setting.
addTarget(String, String, boolean) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Specifies which tags should be considered target tags.
addTarget(String, String) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Adds an active target tag
addXY(int, int, Color) - Method in class edu.stanford.nlp.swing.XYPlotFrame
 
add_escapes(String) - Method in class edu.stanford.nlp.annotation.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
adjustBeginLineColumn(int, int) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
attr - Variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
This field contains the name of the active target tag that is currently in scope, or null if no tag is in scope.

B

BatchProcessDialog - class edu.stanford.nlp.annotation.BatchProcessDialog.
Dialog for accepting input for batch processing in the Annotator.
BatchProcessDialog(Frame, boolean) - Constructor for class edu.stanford.nlp.annotation.BatchProcessDialog
Creates new form BatchProcessDialog
BeginToken() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
ButtonRolloverBorderAdapter - class edu.stanford.nlp.swing.ButtonRolloverBorderAdapter.
MouseListener to only show the border of a button on rollover.
backup(int) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
beginColumn - Variable in class edu.stanford.nlp.annotation.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class edu.stanford.nlp.annotation.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
bufpos - Variable in class edu.stanford.nlp.annotation.SimpleCharStream
 

C

CANCEL_OPTION - Static variable in class edu.stanford.nlp.annotation.BatchProcessDialog
 
CHINESE - Static variable in class edu.stanford.nlp.swing.FontDetector
 
CODE - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
CODE_END - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
CODE_TAG - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
CODE_WORD - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
COMMENT_BODY - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
COMMENT_END - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
COMMENT_START - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
COMMENT_WORD - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
clean() - Method in class edu.stanford.nlp.annotation.HtmlCleaner
Cleans the html file specified in the constructor and writes the output to the outstream specifed in the constructor.
construct() - Method in class edu.stanford.nlp.swing.SwingWorker
Compute the value to be returned by the get method.
curChar - Variable in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
currentToken - Variable in class edu.stanford.nlp.annotation.ParseException
This is the last token that has been consumed successfully.

D

DEC_COMMA_NUM - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
DEC_NUM - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
DEFAULT - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
DIGIT - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
DOTPLUS - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
DOT_WORD - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
Done() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
debugStream - Variable in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
defaultAcceptableTags - Static variable in class edu.stanford.nlp.annotation.HtmlCleaner
 
disable_tracing() - Method in class edu.stanford.nlp.annotation.HtmlLexer
 
discardAllEdits() - Method in class edu.stanford.nlp.swing.MenuSavvyUndoManager
 

E

EMAIL_WORD - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
EOF - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
ESCAPE_CHARACTER - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
edu.stanford.nlp.annotation - package edu.stanford.nlp.annotation
A simple markup annotator, originally designed for producing training data for supervised information extraction systems.
edu.stanford.nlp.swing - package edu.stanford.nlp.swing
Collection of useful classes for building Swing GUIs.
enable_tracing() - Method in class edu.stanford.nlp.annotation.HtmlLexer
 
endColumn - Variable in class edu.stanford.nlp.annotation.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class edu.stanford.nlp.annotation.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
eol - Variable in class edu.stanford.nlp.annotation.ParseException
The end of line string for this machine.
expectedTokenSequences - Variable in class edu.stanford.nlp.annotation.ParseException
Each entry in this array is an array of integers.

F

FontDetector - class edu.stanford.nlp.swing.FontDetector.
Detects which Fonts can be used to display unicode characters in a given language.
FontDetector() - Constructor for class edu.stanford.nlp.swing.FontDetector
 
finished() - Method in class edu.stanford.nlp.swing.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.

G

GetImage() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
GetSuffix(int) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
generateParseException() - Method in class edu.stanford.nlp.annotation.HtmlLexer
 
get() - Method in class edu.stanford.nlp.swing.SwingWorker
Return the value created by the construct method.
getBeginColumn() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
getBeginLine() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
getColumn() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
Deprecated.  
getDefaultAcceptableTags() - Static method in class edu.stanford.nlp.annotation.HtmlCleaner
Returns the default acceptable tags as a Set of Strings.
getDefaultValue() - Method in class edu.stanford.nlp.swing.PropertyPanel
 
getDescription() - Method in class edu.stanford.nlp.swing.PropertyPanel
 
getDiscardComments() - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Returns the DiscardComments setting.
getDiscardHtml() - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Returns the DiscardHtml setting.
getDiscardInactiveTags() - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Returns the DiscardInactiveTags setting.
getDiscardScript() - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Returns the DiscardScript setting.
getDiscardTargetTags() - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Returns the DiscardTargetTags setting.
getEndColumn() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
getEndLine() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
getKeeperCharacters() - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Returns the keeper string.
getKey() - Method in class edu.stanford.nlp.swing.PropertyPanel
 
getLine() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
Deprecated.  
getMessage() - Method in class edu.stanford.nlp.annotation.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class edu.stanford.nlp.annotation.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class edu.stanford.nlp.annotation.HtmlLexer
 
getNextToken() - Method in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
getPreferredLabelWidth() - Method in class edu.stanford.nlp.swing.PropertyPanel
Gets the preferred width of the label displaying the property key.
getPropertyClass() - Method in class edu.stanford.nlp.swing.PropertyPanel
 
getSourceDir() - Method in class edu.stanford.nlp.annotation.BatchProcessDialog
Gets the String path representing the directory containing the files to be annotated.
getStatus() - Method in class edu.stanford.nlp.annotation.BatchProcessDialog
Returns the status code for the status of this dialog.
getTargetDir() - Method in class edu.stanford.nlp.annotation.BatchProcessDialog
Gets the String path representing the directory where the annotated files will be saved.
getToken(int) - Method in class edu.stanford.nlp.annotation.HtmlLexer
 
getUnannotatedOnly() - Method in class edu.stanford.nlp.annotation.BatchProcessDialog
Returns whether the unannotated only checkbox has been selected.
getValue() - Method in class edu.stanford.nlp.swing.PropertyPanel
 
getValue() - Method in class edu.stanford.nlp.swing.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.

H

HTML_INSIDE - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
HTML_QUOTED - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
HTML_TAG - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
HYPHEN - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
HtmlCleaner - class edu.stanford.nlp.annotation.HtmlCleaner.
HtmlCleaner removes various code elements (style, script, applet, and so on) from an HTML document.
HtmlCleaner(InputStream, OutputStream) - Constructor for class edu.stanford.nlp.annotation.HtmlCleaner
Creates a new HtmlCleaner with default settings.
HtmlCleaner(Reader, OutputStream) - Constructor for class edu.stanford.nlp.annotation.HtmlCleaner
Creates a new HtmlCleaner with default settings.
HtmlLexer - class edu.stanford.nlp.annotation.HtmlLexer.
 
HtmlLexer(InputStream) - Constructor for class edu.stanford.nlp.annotation.HtmlLexer
 
HtmlLexer(Reader) - Constructor for class edu.stanford.nlp.annotation.HtmlLexer
 
HtmlLexer(HtmlLexerTokenManager) - Constructor for class edu.stanford.nlp.annotation.HtmlLexer
 
HtmlLexerConstants - interface edu.stanford.nlp.annotation.HtmlLexerConstants.
 
HtmlLexerTokenManager - class edu.stanford.nlp.annotation.HtmlLexerTokenManager.
 
HtmlLexerTokenManager(SimpleCharStream) - Constructor for class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
HtmlLexerTokenManager(SimpleCharStream, int) - Constructor for class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
hasFont(String) - Static method in class edu.stanford.nlp.swing.FontDetector
 

I

image - Variable in class edu.stanford.nlp.annotation.Token
The string image of the token.
interrupt() - Method in class edu.stanford.nlp.swing.SwingWorker
A new method that interrupts the worker thread.
isOn() - Method in class edu.stanford.nlp.swing.PropertyPanel
 
isRequired() - Method in class edu.stanford.nlp.swing.PropertyPanel
 

J

jj_nt - Variable in class edu.stanford.nlp.annotation.HtmlLexer
 
jjnewLexState - Static variable in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
jjstrLiteralImages - Static variable in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 

K

kind - Variable in class edu.stanford.nlp.annotation.Token
An integer that describes the kind of this token.

L

lexStateNames - Static variable in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
loadButtonIcon(JButton, String, String) - Static method in class edu.stanford.nlp.swing.SwingUtils
Attempts to load an image icon from the given file and stick it on the given button.
loadImageIcon(String) - Static method in class edu.stanford.nlp.swing.SwingUtils
Loads the given icon image as a system resource and returns a new ImageIcon.

M

MONEY_NUM - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
MenuSavvyUndoManager - class edu.stanford.nlp.swing.MenuSavvyUndoManager.
UndoManager that maintains an undo and redo menu to the current undo state.
MenuSavvyUndoManager(JMenuItem, JMenuItem) - Constructor for class edu.stanford.nlp.swing.MenuSavvyUndoManager
 
main(String[]) - Static method in class edu.stanford.nlp.annotation.Annotator
Annotator is run from the command line:
java edu.stanford.nlp.annotation.Annotator [tagFileName]
main(String[]) - Static method in class edu.stanford.nlp.annotation.BatchProcessDialog
 
main(String[]) - Static method in class edu.stanford.nlp.annotation.HtmlCleaner
Runs HtmlCleaner with default settings on a specified file, printing the cleaned html to standard out.
main(String[]) - Static method in class edu.stanford.nlp.annotation.HtmlLexer
 
main(String[]) - Static method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Test the TaggedStreamTokenizer by passing in an html filename argument.
main(String[]) - Static method in class edu.stanford.nlp.swing.FontDetector
 
main(String[]) - Static method in class edu.stanford.nlp.swing.PropertyPanel
For internal debugging purposes only.
main(String[]) - Static method in class edu.stanford.nlp.swing.XYPlotFrame
 
manageButton(AbstractButton) - Static method in class edu.stanford.nlp.swing.ButtonRolloverBorderAdapter
Adds rollover-border behavior to the given button.
manageToolBar(JToolBar) - Static method in class edu.stanford.nlp.swing.ButtonRolloverBorderAdapter
Adds rollover-border behavior to all the buttons in the given toolbar.
mouseEntered(MouseEvent) - Method in class edu.stanford.nlp.swing.ButtonRolloverBorderAdapter
If e.getSource is an AbstractButton, shows its border.
mouseExited(MouseEvent) - Method in class edu.stanford.nlp.swing.ButtonRolloverBorderAdapter
If e.getSource is an AbstractButton, hides its border.
moveCaret(MouseEvent) - Method in class edu.stanford.nlp.swing.SmartCaret
Moves the caret to an appropriate position based on the drag event.

N

NONZERO - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
NUM_LANGUAGES - Static variable in class edu.stanford.nlp.swing.FontDetector
 
NUM_LIST - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
newToken(int) - Static method in class edu.stanford.nlp.annotation.Token
Returns a new Token object, by default.
next - Variable in class edu.stanford.nlp.annotation.Token
A reference to the next regular (non-special) token from the input stream.
nextToken() - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Generates the next token from the input stream of this tokenizer.
nextWordStartAfter(int, String) - Method in class edu.stanford.nlp.swing.SmartCaret
 

O

OK_OPTION - Static variable in class edu.stanford.nlp.annotation.BatchProcessDialog
 

P

ParseException - exception edu.stanford.nlp.annotation.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class edu.stanford.nlp.annotation.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class edu.stanford.nlp.annotation.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class edu.stanford.nlp.annotation.ParseException
 
PropertyPanel - class edu.stanford.nlp.swing.PropertyPanel.
UI for a key/value property with an on/off checkbox.
PropertyPanel() - Constructor for class edu.stanford.nlp.swing.PropertyPanel
Constructs a new PropertyPanel with nothing initially set.
PropertyPanel(String, String, String, String, boolean, Object) - Constructor for class edu.stanford.nlp.swing.PropertyPanel
Constructs a new PropertyPanel with the given initial values.
positionCaret(MouseEvent) - Method in class edu.stanford.nlp.swing.SmartCaret
Records original caret position and next word boundary.

Q

QUALIFIED_NUM - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 

R

RUNAWAY_TAG - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
ReInit(InputStream) - Method in class edu.stanford.nlp.annotation.HtmlLexer
 
ReInit(Reader) - Method in class edu.stanford.nlp.annotation.HtmlLexer
 
ReInit(HtmlLexerTokenManager) - Method in class edu.stanford.nlp.annotation.HtmlLexer
 
ReInit(SimpleCharStream) - Method in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
ReInit(SimpleCharStream, int) - Method in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
ReInit(Reader, int, int, int) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
ReInit(Reader) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
ReInit(InputStream) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
readChar() - Method in class edu.stanford.nlp.annotation.SimpleCharStream
 
redo() - Method in class edu.stanford.nlp.swing.MenuSavvyUndoManager
 
removeAcceptableTag(String) - Method in class edu.stanford.nlp.annotation.HtmlCleaner
Removes the given tag from the aceptable tag set, if the set is not null
reset() - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Causes the currently in-scope tag to be removed from scope.

S

SimpleCharStream - class edu.stanford.nlp.annotation.SimpleCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class edu.stanford.nlp.annotation.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class edu.stanford.nlp.annotation.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class edu.stanford.nlp.annotation.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class edu.stanford.nlp.annotation.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class edu.stanford.nlp.annotation.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class edu.stanford.nlp.annotation.SimpleCharStream
 
SmartCaret - class edu.stanford.nlp.swing.SmartCaret.
Caret that implements smart-drag-selection ala MS Word.
SmartCaret() - Constructor for class edu.stanford.nlp.swing.SmartCaret
 
SwingUtils - class edu.stanford.nlp.swing.SwingUtils.
Collection of static utility methods for working with swing guis.
SwingWorker - class edu.stanford.nlp.swing.SwingWorker.
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class edu.stanford.nlp.swing.SwingWorker
Start a thread that will call the construct method and then exit.
SwitchTo(int) - Method in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
selectValueField() - Method in class edu.stanford.nlp.swing.PropertyPanel
Transfers focus to this PropertyPanel's value text field and selects the text.
setAcceptableTags(Set) - Method in class edu.stanford.nlp.annotation.HtmlCleaner
Set the set of acceptable tags, null clears.
setDebugStream(PrintStream) - Method in class edu.stanford.nlp.annotation.HtmlLexerTokenManager
 
setDefaultIgnores(boolean) - Method in class edu.stanford.nlp.annotation.HtmlCleaner
The default html elements to ignore are: comments; script, style, server, and applet tags and the text within those tags; meta and area tags.
setDefaultValue(String) - Method in class edu.stanford.nlp.swing.PropertyPanel
 
setDescription(String) - Method in class edu.stanford.nlp.swing.PropertyPanel
 
setDiscardComments(boolean) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Determines whether or not html-style comments are discarded.
setDiscardHtml(boolean) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Determines whether or not html is discarded -- both html tags and escape characters such as  .
setDiscardInactiveTags(boolean) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Determines whether or not inactive tags are discarded.
setDiscardScript(boolean) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Determines whether or not script, server, applet, and style (i.e., cascading style sheets) code is discarded.
setDiscardTargetTags(boolean) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Determines whether or not active target tags are discarded.
setFileChooser(JFileChooser) - Method in class edu.stanford.nlp.annotation.BatchProcessDialog
Sets the file chooser used by this dialog.
setIgnoreAttributes(boolean) - Method in class edu.stanford.nlp.annotation.HtmlCleaner
Sets whether tag attributes will be omitted from output or not.
setIgnoreComments(boolean) - Method in class edu.stanford.nlp.annotation.HtmlCleaner
Specifies whether comments should be ignored.
setKeeperCharacters(String) - Method in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Determines which (non-html) delimiters to return as tokens.
setKey(String) - Method in class edu.stanford.nlp.swing.PropertyPanel
 
setOn(boolean) - Method in class edu.stanford.nlp.swing.PropertyPanel
 
setPreferredLabelWidth(int) - Method in class edu.stanford.nlp.swing.PropertyPanel
Sets the preferred width of the label displaying the property key.
setPropertyClass(Object) - Method in class edu.stanford.nlp.swing.PropertyPanel
Changes the property value editor to support editing objects of the given class type.
setRequired(boolean) - Method in class edu.stanford.nlp.swing.PropertyPanel
Sets whether this property is required to be on.
setValue(String) - Method in class edu.stanford.nlp.swing.PropertyPanel
 
specialConstructor - Variable in class edu.stanford.nlp.annotation.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class edu.stanford.nlp.annotation.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
start() - Method in class edu.stanford.nlp.swing.SwingWorker
Start the worker thread.
staticFlag - Static variable in class edu.stanford.nlp.annotation.SimpleCharStream
 
supportedFonts(int) - Static method in class edu.stanford.nlp.swing.FontDetector
Returns which Fonts on the system can display the sample string.
sval - Variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
This field contains a string giving the characters of the word token just read.
synchronizeLabelWidths(PropertyPanel[]) - Static method in class edu.stanford.nlp.swing.PropertyPanel
Sets the preferred label width of each of the given panels to the max preferred width of any of the panels.

T

TAG_NO_RETURN - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
TIME - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
TT_BACKGROUND_HTML - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that a non-target-tag html token has been read that is outside the scope of any active tags
TT_BACKGROUND_INACTIVE_TAG - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that an inactive target tag has been read that is outside the scope of any active target tags
TT_BACKGROUND_WORD - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that a word token has been read that is outside the scope of any active tags
TT_EOF - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that the end of the stream has been read
TT_TARGET_HTML - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that a non-target-tag html token has been read that is within the scope of an active tag
TT_TARGET_INACTIVE_TAG - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that an inactive target tag has been read that is within the scope of an active tag
TT_TARGET_TAG - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that an active start target tag has been read
TT_TARGET_TAG_END - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that an active end target tag has been read
TT_TARGET_WORD - Static variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
A constant indicating that a word token has been read that is within the scope of an active tag
TaggedStreamTokenizer - class edu.stanford.nlp.annotation.TaggedStreamTokenizer.
TaggedStreamTokenizer is similar to java.io.StreamTokenizer, except that it is better suited to deal with documents containing html-style tags.
TaggedStreamTokenizer(InputStream) - Constructor for class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Create a tokenizer that parses the given character stream.
TaggedStreamTokenizer(Reader) - Constructor for class edu.stanford.nlp.annotation.TaggedStreamTokenizer
Create a tokenizer that parses the given character stream.
Token - class edu.stanford.nlp.annotation.Token.
Describes the input token stream.
Token() - Constructor for class edu.stanford.nlp.annotation.Token
 
TokenMgrError - error edu.stanford.nlp.annotation.TokenMgrError.
 
TokenMgrError() - Constructor for class edu.stanford.nlp.annotation.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class edu.stanford.nlp.annotation.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class edu.stanford.nlp.annotation.TokenMgrError
 
toString() - Method in class edu.stanford.nlp.annotation.Token
Returns the image.
token - Variable in class edu.stanford.nlp.annotation.HtmlLexer
 
tokenImage - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
tokenImage - Variable in class edu.stanford.nlp.annotation.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
token_source - Variable in class edu.stanford.nlp.annotation.HtmlLexer
 
ttype - Variable in class edu.stanford.nlp.annotation.TaggedStreamTokenizer
After a call to the nextToken method, this field contains the type of the token just read.

U

undo() - Method in class edu.stanford.nlp.swing.MenuSavvyUndoManager
 
undoableEditHappened(UndoableEditEvent) - Method in class edu.stanford.nlp.swing.MenuSavvyUndoManager
 
unicodeRanges - Static variable in class edu.stanford.nlp.swing.FontDetector
 

W

WHITESPACE - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 
WORD - Static variable in interface edu.stanford.nlp.annotation.HtmlLexerConstants
 

X

XYPlotFrame - class edu.stanford.nlp.swing.XYPlotFrame.
This application displays a JFrame that you can draw in.
XYPlotFrame(String, int, int) - Constructor for class edu.stanford.nlp.swing.XYPlotFrame
 

A B C D E F G H I J K L M N O P Q R S T U W X

Stanford NLP Group