public class BuildFeaturesExtractorFromXML
extends java.lang.Object
Constructor and Description |
---|
BuildFeaturesExtractorFromXML() |
Modifier and Type | Method and Description |
---|---|
static void |
build(java.lang.String sourcePath,
java.lang.String destPath,
MOTPipe pipe)
Build a FeaturesExtractor resource.
|
static void |
build(java.lang.String sourcePath,
java.lang.String destPath,
java.lang.String linguisticPath,
java.lang.String tokenizationConfig)
Build a FeaturesExtractor resource.
|
static void |
main(java.lang.String[] args)
Build a FeaturesExtractor resource.
|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void 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 input file.destPath
- The output directory.linguisticPath
- The path of Linguistic.xml.tokenizationConfig
- The tokenizationConfig to use.java.lang.Exception
public static void build(java.lang.String sourcePath, java.lang.String destPath, MOTPipe pipe) throws java.lang.Exception
sourcePath
- The path of the XML input file.destPath
- The output directory.pipe
- The pipe used to tokenize the input.java.lang.Exception
Copyright © 2013 Dassault Systèmes, All Rights Reserved.