Package | Description |
---|---|
cat.lump.aq.textextraction.wikipedia.fragments | |
cat.lump.ir.comparison.toCheck |
Modifier and Type | Method and Description |
---|---|
SimilarityPair |
ArticlesSimilarity.removeSource(int srcID)
Remove the pair with the given source ID
|
SimilarityPair |
ArticlesSimilarity.removeTarget(int trgID)
Remove the pair with the given target ID
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SimilarityPair> |
ArticlesSimilarity.getPairs() |
Modifier and Type | Method and Description |
---|---|
void |
ArticlesSimilarity.addPairs(java.util.List<SimilarityPair> morePairs)
Add a new collection of pairs
|
void |
ArticlesSimilarity.setPairs(java.util.ArrayList<SimilarityPair> thePairs)
Sets the list of pairs.
|
Modifier and Type | Method and Description |
---|---|
SimilarityPair |
ArticlesSimilarity.removeSource(int srcID)
Remove the pair with the given source ID
|
SimilarityPair |
ArticlesSimilarity.removeTarget(int trgID)
Removes the pair with the given source ID
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SimilarityPair> |
ArticlesSimilarity.getPairs() |
Modifier and Type | Method and Description |
---|---|
int |
SimilarityPair.compareTo(SimilarityPair sp) |
Modifier and Type | Method and Description |
---|---|
void |
ArticlesSimilarity.addPairs(java.util.List<SimilarityPair> morePairs)
Add a new collection of pairs
|
void |
ArticlesSimilarity.setPairs(java.util.ArrayList<SimilarityPair> thePairs)
Sets the list of pairs.
|