public static interface SoftMaskedAlphabet.MaskingDetector
DEFAULT
implementation considers softmasking to be represented
by lower case characters.
Copyright (c) 2004 Novartis Institute for Tropical Diseases
Modifier and Type | Interface and Description |
---|---|
static class |
SoftMaskedAlphabet.MaskingDetector.DefaultMaskingDetector |
Modifier and Type | Field and Description |
---|---|
static SoftMaskedAlphabet.MaskingDetector |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
boolean |
isMasked(String token) |
String |
mask(String token)
Present the token for a
Symbol as it would appear if masked |
String |
unmask(String token)
Present the token for a
Symbol as it would appear if
it wasn't softmasked |
static final SoftMaskedAlphabet.MaskingDetector DEFAULT
Copyright © 2020 BioJava. All rights reserved.