| Package | Description |
|---|---|
| com.wcohen.ss.expt |
| Modifier and Type | Class and Description |
|---|---|
class |
AbbreviationsBlocker
Produces candidate
|
class |
ClusterNGramBlocker
TokenBlocker for clustering based on NGram co-occurence.
|
class |
ClusterTokenBlocker
TokenBlocker for clustering.
|
class |
NGramBlocker
Finds all pairs that share a not-too-common character n-gram.
|
class |
NullBlocker
Inefficient exhausitive blocking algorithm.
|
class |
TokenBlocker
Finds all pairs that share a not-too-common token.
|
| Constructor and Description |
|---|
BasicTeacher(Blocker blocker,
MatchData data)
Create a teacher from a blocker and a dataset.
|
MatchDataTeacher(MatchData data,
Blocker blocker) |
MatchExpt(MatchData data,
StringDistanceLearner learner,
Blocker blocker) |
SpecialMatchExpt(MatchData data,
StringDistanceLearner learner,
Blocker blocker,
boolean useTrueClusters,
String moreNamesFile,
String similarTokenFile,
boolean untrained) |
Copyright © 2016. All rights reserved.