Packages

p

epic

util

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class BloomFilterSeenSet [T] extends LockableSeenSet[T] with Serializable
    Annotations
    @SerialVersionUID()
  2. case class CacheBroker (path: File = null, copyFrom: File = null, clearCaches: String = "", autocommit: Boolean = true, disableWriteAheadLog: Boolean = false) extends Serializable with Product
    Annotations
    @SerialVersionUID()
  3. class FIFOWorkQueue [-In, Out] extends Iterator[Out]

    TODO

  4. trait Has [WhatIHave] extends AnyRef

  5. trait Has2 [Haver, +WhatIHave] extends AnyRef
  6. final class LRUCache [K, V] extends AnyRef

    Well, an approximate LRU cache base on hashing

  7. trait LockableSeenSet [-T] extends Serializable

    TODO

  8. 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.

  9. trait ProcessTextMain [Model, AnnotatedType] extends AnyRef

    TODO

  10. class ProgressLog extends AnyRef

  11. case class Provided [A](value: A) extends Optional[A] with Product with Serializable
  12. class ThreadLocalBloomFilter [T] extends LockableSeenSet[T] with SerializableLogging

    TODO

    TODO

    Annotations
    @SerialVersionUID()

Value Members

  1. object AlwaysSeenSet extends LockableSeenSet[Any]
    Annotations
    @SerialVersionUID()
  2. 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

  3. object Arrays

  4. object BinarySearch

    TODO

  5. object CacheBroker extends SerializableLogging
  6. object FIFOWorkQueue extends SerializableLogging
  7. object Has2
  8. object LockableSeenSet extends Serializable
  9. object NotProvided extends Optional[Nothing] with Product with Serializable
    Annotations
    @SerialVersionUID()
  10. object Optional
  11. object ProcessTextMain
  12. object TwoTwelveSupport
  13. object Unicode

    Utilities for querying unicode code-points.

    Utilities for querying unicode code-points. These supplement the static methods in java.lang.Character

  14. object WeightsCache

    TODO

Ungrouped