public class WaCKyDependencyExtractorTest extends CoNLLDependencyExtractorTest
Modifier and Type | Field and Description |
---|---|
static String |
CONCATONATED_PARSE |
static String |
DOUBLE_PARSE |
static String |
DOUBLE_ZERO_OFFSET_PARSE |
static String |
SECOND_PARSE |
static String |
SINGLE_PARSE |
Constructor and Description |
---|
WaCKyDependencyExtractorTest() |
Modifier and Type | Method and Description |
---|---|
void |
testConcatonatedTrees() |
void |
testConcatonatedTreesZeroOffset() |
void |
testDoubleExtraction() |
void |
testRootNode() |
void |
testSingleExtraction() |
evaluateRelations, testFirstRoot, testSecondRoot
public static final String SINGLE_PARSE
public static final String SECOND_PARSE
public static final String DOUBLE_PARSE
public static final String CONCATONATED_PARSE
public static final String DOUBLE_ZERO_OFFSET_PARSE
public void testSingleExtraction() throws Exception
testSingleExtraction
in class CoNLLDependencyExtractorTest
Exception
public void testDoubleExtraction() throws Exception
testDoubleExtraction
in class CoNLLDependencyExtractorTest
Exception
public void testRootNode() throws Exception
testRootNode
in class CoNLLDependencyExtractorTest
Exception
public void testConcatonatedTrees() throws Exception
testConcatonatedTrees
in class CoNLLDependencyExtractorTest
Exception
public void testConcatonatedTreesZeroOffset() throws Exception
testConcatonatedTreesZeroOffset
in class CoNLLDependencyExtractorTest
Exception
Copyright © 2012. All Rights Reserved.