Package | Description |
---|---|
org.kew.rmf.transformers | |
org.kew.rmf.transformers.authors |
Modifier and Type | Class and Description |
---|---|
class |
A2BTransformer
A generic transformer that searches for all occurrences of a pattern (regEx)
`a` in a string and replaces each with a string `b`;
It takes two optional parameters, `removeMultipleWhitespaces` (default true) and
`trimIt` (default true)
|
class |
CapitalLettersExtractor
CapitalLettersExtractor returns only the capital letters in a string.
|
class |
FakeHybridSignCleaner
Deletes X and x that seem to be meant as hybrid signs
X and x can be at the beginning of a string followed by a whitespace or
anywhere in the string if surrounded by white-spaces.
|
class |
RegexExtractorTransformer
A generic transformer that extracts all occurrences of a pattern (regEx)
in a string
It takes two optional parameters, `removeMultipleWhitespaces` (default true) and
`trimIt` (default true)
|
class |
RemoveBracketedTextTransformer
Removes all text in brackets (round, square and curly) incl.
|
class |
StripNonNumericCharactersTransformer
This transformer strips non numeric characters
|
Modifier and Type | Class and Description |
---|---|
class |
DotFDotCleaner
Removes " f.", ".f." after any alphanumeric Characters (incl.
|
class |
ShrunkAuthors
This transformer tries to identify *all* authors (accepts publishing-,
basionym-, ex-, in-) of plant names in a string and returns a string where
each of their surnames are shrunk/cropped to a length
of `shrinkTo`.
|
class |
StripExAuthorTransformer
This transformer translates author strings in the form "Author1 ex Author2" to "Author2"
|
class |
StripInAuthorTransformer
This transformer translates author strings in the form "Author1 in Author2" to "Author1"
|
class |
SurnameExtractor
This transformer tries to identify all surnames of plant name authors in a string
and deletes everything else.
|
Copyright © 2012–2014 Royal Botanic Gardens, Kew. All rights reserved.