Lexical Probabilities file

Define lexical probabilities for each tag of each word.

This file can be generated from a tagged corpus using the script src/utilitities/make-probs-file.perl provided in FreeLing package. See comments in the script file to find out in which format the file must be set.

The probabilities file has six sections: <UnknownTags>, <Theeta>, <Suffixes>, <SingleTagFreq>, <ClassTagFreq>, <FormTagFreq>. Each section is closed by it corresponding tag </UnknownTags>, </Theeta>, </Suffixes>, </SingleTagFreq>, </ClassTagFreq>, </FormTagFreq>.

2008-01-24