Package edu.stanford.nlp.ie.pascal

Interface Summary
AcronymModel.Feature  
RelationalModel An interface for the relational models in phase 2 of the pascal system.
 

Class Summary
AcronymModel Scores Pascal challenge workshop information templates.
AcronymModel.AfterAligned Percent of letters aligned immediately after another aligned letter.
AcronymModel.AlignedPerWord Average number of aligned letters per word.
AcronymModel.BegWord  
AcronymModel.EndWord  
AcronymModel.LettersAligned  
AcronymModel.SyllableBoundary  
AcronymModel.WordsSkipped  
Alignment Container class for aligning acronyms.
AlignmentFactory Generates Alignment objects for acronym alignment.
CliqueTemplates Template information and counters corresponding to sampling on one document.
DateTemplate A partial PascalTemplate.
DefaultTeXHyphenData Default TeX hyphenation data, as borrowed from the TeX distribution.
InfoTemplate A partial PascalTemplate.
ISODateInstance Represents dates and times according to ISO8601 standard while also allowing for wild cards - e.g., can represent "21 June" without a year (Standard ISO8601 only allows removing less precise annotations (e.g., 200706 rather than 20070621 but not a way to represent 0621 without a year)

Format stores date and time separately since the majority of current use cases involve only one of these items.

PascalTemplate Maps non-background Pascal fields to strings.
Prior  
TeXHyphenator Hyphenates words according to the TeX algorithm.
 

Enum Summary
ISODateInstance.DateField Enum for the fields *
 



Stanford NLP Group