标签: enum-class
我使用Stanford POStagger,我想将枚举定义为:
public enum POSType { CC("Conjunction"), CD("Number"), ! ("Punctuation") ...... }
如何将标点符号定义为枚举变量?