public class PartOfSpeechTagDictionary extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
translator
词性映射表
|
| Constructor and Description |
|---|
PartOfSpeechTagDictionary() |
| Modifier and Type | Method and Description |
|---|---|
static void |
load(String path) |
static String |
translate(String tag)
翻译词性
|
Copyright © 2014–2021 码农场. All rights reserved.