| Package | Description |
|---|---|
| com.wcohen.ss |
This package contains a bunch of approximate string comparators, plus code for
performing controlled experiments with this.
|
| com.wcohen.ss.api | |
| com.wcohen.ss.tokens |
| Constructor and Description |
|---|
UnitVector(String s,
SourcedToken[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
SourcedToken[] |
SourcedTokenizer.sourcedTokenize(String input,
String source)
Return tokenized version of a string, as an array of
SourcedToken objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSourcedToken
An interned version of a string, with provinance information
|
| Modifier and Type | Method and Description |
|---|---|
SourcedToken[] |
SimpleSourcedTokenizer.sourcedTokenize(String input,
String source)
Return tokenized version of a string.
|
Copyright © 2016. All rights reserved.