public class ToeflSynonymEvaluation extends Object implements WordChoiceEvaluation
ESLSynonymEvaluation| Constructor and Description |
|---|
ToeflSynonymEvaluation(File questionsFile,
File answerFile)
Constructs this evaluation test using the TOEFL test question file.
|
ToeflSynonymEvaluation(String questionFileName,
String answerFileName)
Constructs this evaluation test using the TOEFL test question file
refered to by the provided name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MultipleChoiceQuestion> |
getQuestions()
Returns a collection of multiple choice questions that can be used to
evaluate a
SemanticSpace. |
String |
toString() |
public ToeflSynonymEvaluation(String questionFileName, String answerFileName)
questionFileName - the name of the file that contains the TOEFL
questionsanswerFileName - the name of the file that contains the answers to
the TOEFL questionspublic ToeflSynonymEvaluation(File questionsFile, File answerFile)
questionFileName - the file that contains the TOEFL questionsanswerFileName - the file that contains the answers to the TOEFL
questionspublic Collection<MultipleChoiceQuestion> getQuestions()
SemanticSpace.getQuestions in interface WordChoiceEvaluationCopyright © 2012. All Rights Reserved.