Uses of Package
edu.mit.jmwe.harness

Packages that use edu.mit.jmwe.harness
edu.mit.jmwe.detect Provides MWE detector API, a baseline detector, plus numerous other detector implementations. 
edu.mit.jmwe.harness Provides testing harness infrastructure 
 

Classes in edu.mit.jmwe.harness used by edu.mit.jmwe.detect
IAnswerKey
          Classes implementing this interface find the correct multi-word expressions for an IMarkedSentence object.
 

Classes in edu.mit.jmwe.harness used by edu.mit.jmwe.harness
IAnswerKey
          Classes implementing this interface find the correct multi-word expressions for an IMarkedSentence object.
ITestHarness
          Classes implementing this interface test an IMWEDetector by comparing the multi-word expressions it finds to those found in an IAnswerKey object.
TestHarness
          Runs an IMWEDetector over a corpus and compares the multi-word expressions the detector finds to the multi-word expressions found in the answer key.
 



Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.