javadoc fix

This commit is contained in:
Jeremy Long
2018-01-02 06:55:32 -05:00
parent b86fa133c5
commit 79deda799f
2 changed files with 6 additions and 3 deletions

View File

@@ -244,10 +244,13 @@ public class CPEAnalyzer extends AbstractAnalyzer {
}
/**
* <p>
* Returns the text created by concatenating the text and the values from
* the EvidenceCollection (filtered for a specific confidence). This
* attempts to prevent duplicate terms from being added.<br/<br/> Note, if
* the evidence is longer then 200 characters it will be truncated.
* attempts to prevent duplicate terms from being added.</p>
* <p>
* Note, if the evidence is longer then 200 characters it will be
* truncated.</p>
*
* @param text the base text
* @param evidence an iterable set of evidence to concatenate

View File

@@ -30,7 +30,7 @@ import org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute;
* the terms. If a term contains a non-alphanumeric character it may be split
* into multiple terms:
*
* <table>
* <table summary="Example filtering">
* <tr><th>term</th><th>results in</th></tr>
* <tr><td>bob</td><td>bob</td></tr>
* <tr><td>bob-cat</td><td>bob cat</td></tr>