Train ACE Event
Tagger
Train ACE Event Tagger uses one or more APF files
to
train the pattern and model files used by the Ace event
tagger. It is
invoked by
xjet
AceJet.TrainEventTagger propertyFile fileList
docDir outDir [glarfDir glarfFileExtension]
where
- propertyFile
- Jet properties file
- fileList
- a list of the documents to be processed, one document doc
per line
(for document doc, the text file is assumed to be doc.sgm and the APF file doc.apf.xml)
- docDir
- the path of the directory containing both
the text and APF files for the
documents
- outDir
- the path of the directory which will contain all the generated
pattern, feature, and model files
- glarfDir
- if present, the path of the directory containing the GLARF
triples for the documents
- glarfFileExtension
- (required if glarfDir is present) the file extension of each
GLARF triples file
Files Generated
Human-readable report
eventPatternReport.log:
report of patterns acquired
Pattern file and classifier models used by event tagger
eventPatterns.log:
machine-readable set of event patterns
argModel.log: maxent
model to classify an entity/value mention as an argument / not an
argument
corefModel.log:
maxent model to classify whether two event mentions belong to the same
event
eventModel.log:
maxent model to classify whether a trigger word triggers an event
roleModel.log:
maxent model to assign a role to an argument
Temporary files (including Feature files used to train classifiers)
argFeatureFile.log
argFeatureHalfFile.log
argModelHalf.log
corefFeatureFile.log
eventFeatureFile.log
eventPatternsHalf.log
roleFeatureFile.log
roleFeatureHalfFile.log
roleModelHalf.log