Package

epic

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class BloomFilterSeenSet[T] extends LockableSeenSet[T] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. case class CacheBroker(path: File = null, copyFrom: File = null, clearCaches: String = "", autocommit: Boolean = true, disableWriteAheadLog: Boolean = false) extends Serializable with Product

    Permalink
    Annotations
    @SerialVersionUID()
  3. class FIFOWorkQueue[-In, Out] extends Iterator[Out]

    Permalink

    TODO

  4. trait Has[WhatIHave] extends AnyRef

    Permalink

  5. trait Has2[Haver, +WhatIHave] extends AnyRef

    Permalink
  6. final class LRUCache[K, V] extends AnyRef

    Permalink

    Well, an approximate LRU cache base on hashing

  7. trait LockableSeenSet[-T] extends Serializable

    Permalink

    TODO

  8. sealed trait Optional[+A] extends AnyRef

    Permalink

    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

    Permalink

    TODO

  10. class ProgressLog extends AnyRef

    Permalink

  11. case class Provided[A](value: A) extends Optional[A] with Product with Serializable

    Permalink
  12. class ThreadLocalBloomFilter[T] extends LockableSeenSet[T] with SerializableLogging

    Permalink

    TODO

    TODO

    Annotations
    @SerialVersionUID()

Value Members

  1. object AlwaysSeenSet extends LockableSeenSet[Any]

    Permalink
    Annotations
    @SerialVersionUID()
  2. object ArabicNormalization extends SerializableLogging

    Permalink

    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

    Permalink

  4. object BinarySearch

    Permalink

    TODO

  5. object CacheBroker extends SerializableLogging

    Permalink
  6. object FIFOWorkQueue extends SerializableLogging

    Permalink
  7. object Has2

    Permalink
  8. object LockableSeenSet extends Serializable

    Permalink
  9. object NotProvided extends Optional[Nothing] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. object Optional

    Permalink
  11. object ProcessTextMain

    Permalink
  12. object TwoTwelveSupport

    Permalink
  13. object Unicode

    Permalink

    Utilities for querying unicode code-points.

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

  14. object WeightsCache

    Permalink

    TODO

Ungrouped