public class CitationNormalizer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
STOP_WORDS |
| Constructor and Description |
|---|
CitationNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
String |
authorNorm(String a) |
String |
getAlphaOnly(String s) |
String |
getFourDigitString(String s) |
String |
getNumericOnly(String s) |
List |
getTokens(String s) |
Set |
getTokensAsSet(String s) |
List |
makeSubstitutions(List tokens) |
List |
makeSubstitutions(List tokens,
Map subMap) |
String |
norm(String s) |
String |
norm1(String s) |
String |
norm2(String s) |
List |
removeStopWords(List tokens) |
public static final String[] STOP_WORDS
Copyright © 2019 JULIE Lab, Germany. All rights reserved.