Package org.apache.uima.fit.examples.experiment.pos


package org.apache.uima.fit.examples.experiment.pos
Example for an UIMA-based experiment running an analysis and evaluating the results.
  • Classes
    Class
    Description
    This "baseline" part-of-speech tagger isn't very sophisticated!
    This AE evaluates the system part-of-speech tags against the gold part-of-speech tags.
    This AE assumes that their is part-of-speech tagged text in the default view with the format "word/tag word/tag...".
    This collection reader is meant for example purposes only.
    This class demonstrates a very common (though simplified) experimental setup in which gold standard data is available for some task and you want to evaluate how well your analysis engine works against that data.
    This simple AE copies tokens and sentences from one view to another.