public class BuildSemanticExtractorFromXML
extends java.lang.Object
Constructor and Description |
---|
BuildSemanticExtractorFromXML() |
Modifier and Type | Method and Description |
---|---|
static boolean |
build(java.lang.String sourcePath,
java.lang.String destPath,
MOTPipe pipe)
Build a SemanticExtractor
|
static boolean |
build(java.lang.String sourcePath,
java.lang.String destPath,
java.lang.String linguisticPath,
java.lang.String tokenizationConfig)
Build a SemanticExtractor
|
static void |
main(java.lang.String[] args)
Build a SemanticExtractor
|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static boolean build(java.lang.String sourcePath, java.lang.String destPath, java.lang.String linguisticPath, java.lang.String tokenizationConfig) throws java.lang.Exception
sourcePath
- The path of the XML filedestPath
- The output directorylinguisticPath
- The path of Linguistic.xml.tokenizationConfig
- The tokenizationConfig to use.java.lang.Exception
public static boolean build(java.lang.String sourcePath, java.lang.String destPath, MOTPipe pipe) throws java.lang.Exception
sourcePath
- The path of the XML filedestPath
- The output directorypipe
- The pipe used to tokenize the inputjava.lang.Exception
Copyright © 2013 Dassault Systèmes, All Rights Reserved.