All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
completeMissingParts(TagMask tagMask,
MorphologicalTag tag) |
static TagMask |
createTagMaskFromReference(Reference ref,
MorphologicalTag mTag,
ChunkTag cTag,
SyntacticTag sTag) |
static TagMask |
createTagMaskFromReference(Reference ref,
Sentence sent,
int refPos) |
static TagMask |
createTagMaskFromReferenceSyntatic(Reference ref,
Sentence sent,
int refPos) |
static String |
getBoundariesAsString(Rule rule) |
static String |
getElementAsString(Element element)
Gets the string representation of an element.
|
static String |
getGroupAsString(Rule rule) |
static String |
getMessageAsString(Rule rule) |
static String |
getMethodAsString(Rule rule) |
static String |
getPatternAsString(Rule rule) |
static String |
getPatternElementAsString(PatternElement patternElement) |
static Map<RuleUtils.RuleInfo,String> |
getRuleAsString(Rule rule) |
static String |
getShortMessageAsString(Rule rule) |
static String |
getSuggestionsAsString(Rule rule) |
static String |
getTagMaskAsString(TagMask tagMask) |
static String |
getTagReferenceAsString(Reference tagRef) |
static String |
getTypeAsString(Rule rule) |
static String |
translate(String ori) |
static String |
useCasedString(String replaceable,
String replacement)
Checks the case of the first char from replaceable and changes the first char from the
replacement accordingly.
|