Package edu.stanford.nlp.ie.pascal

This package contains classes used for the Pascal Information Extraction Challenge.

See:
          Description

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.
PascalTemplate Maps non-background Pascal fields to strings.
Prior  
TeXHyphenator Hyphenates words according to the TeX algorithm.
 

Package edu.stanford.nlp.ie.pascal Description

This package contains classes used for the Pascal Information Extraction Challenge.

Top-level classes include CMMSampler, Phase2 and ClassifierWrapper.



Stanford NLP Group