class NGramFingerprintKeyer extends FingerprintKeyer
Fingerprint keyer which generates a fingerprint from a sorted list of unique character N-grams after removing all whitespace, control characters, and punctuation. N-grams are concatenated to form a single output key.
- Alphabetic
- By Inheritance
- NGramFingerprintKeyer
- FingerprintKeyer
- Keyer
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NGramFingerprintKeyer()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
key(s: String, o: <repeated...>[AnyRef]): String
- Definition Classes
- NGramFingerprintKeyer → FingerprintKeyer → Keyer
-
def
key(s: String): String
- Definition Classes
- Keyer
-
def
keyFromString(s: String): String
- Definition Classes
- Keyer
- def keyWithOps(s: String, o: <repeated...>[AnyRef]): Pair[Integer, String]
-
def
minOperationsStartEnd(arr: Array[Int]): Integer
- Attributes
- protected[strings]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalize(s: String, strong: Boolean): String
- Attributes
- protected[strings]
- Definition Classes
- FingerprintKeyer
-
def
normalize(s: String): String
- Attributes
- protected[strings]
- Definition Classes
- FingerprintKeyer
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
sorted_ngrams(s: String, size: Int): Stream[String]
Generate a stream of sorted unique character N-grams from a string
Generate a stream of sorted unique character N-grams from a string
- s
String to generate N-grams from
- size
number of characters per N-gram
- returns
a stream of sorted unique N-gram Strings
- Attributes
- protected[strings]
-
def
sorted_ngrams_minops(s: String, size: Int): Pair[Integer, Stream[String]]
Generate a stream of sorted unique character N-grams from a string
Generate a stream of sorted unique character N-grams from a string
- s
String to generate N-grams from
- size
number of characters per N-gram
- returns
a Pair with the number of operations to achieve the fingerprint and the stream of sorted unique N-gram Strings
- Attributes
- protected[strings]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
asciify(s: String): String
- Attributes
- protected[strings]
- Definition Classes
- FingerprintKeyer
- Annotations
- @Deprecated
- Deprecated