package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
BloomFilterSeenSet
[T] extends LockableSeenSet[T] with Serializable
- Annotations
- @SerialVersionUID()
-
case class
CacheBroker
(path: File = null, copyFrom: File = null, clearCaches: String = "", autocommit: Boolean = true, disableWriteAheadLog: Boolean = false) extends Serializable with Product
- Annotations
- @SerialVersionUID()
-
class
FIFOWorkQueue
[-In, Out] extends Iterator[Out]
TODO
- trait Has [WhatIHave] extends AnyRef
- trait Has2 [Haver, +WhatIHave] extends AnyRef
-
final
class
LRUCache
[K, V] extends AnyRef
Well, an approximate LRU cache base on hashing
-
trait
LockableSeenSet
[-T] extends Serializable
TODO
-
sealed
trait
Optional
[+A] extends AnyRef
Optional is a wrapper of scala.Option with an implicit conversion from Any to Optional.
Optional is a wrapper of scala.Option with an implicit conversion from Any to Optional. Mostly for use in optional argument lists.
-
trait
ProcessTextMain
[Model, AnnotatedType] extends AnyRef
TODO
- class ProgressLog extends AnyRef
- case class Provided [A](value: A) extends Optional[A] with Product with Serializable
-
class
ThreadLocalBloomFilter
[T] extends LockableSeenSet[T] with SerializableLogging
TODO
TODO
- Annotations
- @SerialVersionUID()
Value Members
-
object
AlwaysSeenSet
extends LockableSeenSet[Any]
- Annotations
- @SerialVersionUID()
-
object
ArabicNormalization
extends SerializableLogging
based on http://languagelog.ldc.upenn.edu/myl/ldc/morph/buckwalter.html
based on http://languagelog.ldc.upenn.edu/myl/ldc/morph/buckwalter.html
http://www.qamus.org/transliteration.htm
- object Arrays
-
object
BinarySearch
TODO
- object CacheBroker extends SerializableLogging
- object FIFOWorkQueue extends SerializableLogging
- object Has2
- object LockableSeenSet extends Serializable
-
object
NotProvided
extends Optional[Nothing] with Product with Serializable
- Annotations
- @SerialVersionUID()
- object Optional
- object ProcessTextMain
- object TwoTwelveSupport
-
object
Unicode
Utilities for querying unicode code-points.
Utilities for querying unicode code-points. These supplement the static methods in java.lang.Character
-
object
WeightsCache
TODO