public class Neutron
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Atom |
asAtom() |
static Neutron |
create(Atom atom) |
static NeutronType |
getNeutronTypeFromChar(char ch) |
NeutronType |
getType() |
double |
getWidth(StringBounder stringBounder) |
static boolean |
isChineseSentenceBoundary(char ch) |
static boolean |
isSeparator(char ch) |
java.lang.String |
toString() |
static Neutron |
zwspSeparator() |
public static Neutron zwspSeparator()
public java.lang.String toString()
toString
in class java.lang.Object
public Atom asAtom()
public NeutronType getType()
public static boolean isSeparator(char ch)
public static boolean isChineseSentenceBoundary(char ch)
public double getWidth(StringBounder stringBounder)
public static NeutronType getNeutronTypeFromChar(char ch)