パッケージ nlp4j.util
クラス ConsoleUtils
- java.lang.Object
-
- nlp4j.util.ConsoleUtils
-
public class ConsoleUtils extends Object
Utilities for Command Line Interface- 導入されたバージョン:
- 1.3.1.0
- 作成者:
- Hiroki Oya
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ConsoleUtils()
-
メソッドの概要
すべてのメソッド staticメソッド concreteメソッド 修飾子とタイプ メソッド 説明 static Map<String,List<String>>
parseParams(String[] args)
input : ["-dir","/usr/local/nlp4j","-message","hello"]
output : {"-dir":["/usr/local/nlp4j"],"-message":["hello"]}static void
printHowToUse(String how_to_use, String[] args)
-