예제 #1
0
 public bool IsSuffix(BigInteger attributes) => EnglishAttributes.IsSuffix(attributes);
예제 #2
0
 public IEnumerable <EnumBase> FindParticularAttributes(BigInteger attributes) => EnglishAttributes.FindParticularAttributes(attributes);
예제 #3
0
 public bool IsNonLexeme(BigInteger attributes) => EnglishAttributes.IsNonLexeme(attributes);