| Package | Description |
|---|---|
| org.apache.tika.sax |
SAX utilities.
|
| Modifier and Type | Method and Description |
|---|---|
StandardReference |
StandardReference.StandardReferenceBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<StandardReference> |
StandardsText.extractStandardReferences(java.lang.String text,
double threshold)
Extracts the standard references found within the given text.
|
private static java.util.ArrayList<StandardReference> |
StandardsText.findStandards(java.lang.String text,
java.util.Map<java.lang.Integer,java.lang.String> headers,
double threshold)
This method helps to find the standard references within the given text.
|