Package

com.johnsnowlabs.nlp

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class GraphBuilder extends AnyRef

    Permalink

    Graph Builder that creates a graph representation as an Adjacency List

    Graph Builder that creates a graph representation as an Adjacency List

    Adjacency List: An array of lists is used. The size of the array is equal to the number of vertices. Let the array be an array[]. An entry array[i] represents the list of vertices adjacent to the ith vertex.

  2. class LfuCache[TKey, TValue] extends AnyRef

    Permalink
    Annotations
    @specialized()
  3. class LruMap[TKey, TValue] extends AnyRef

    Permalink
    Annotations
    @specialized()

Value Members

  1. object FinisherUtil

    Permalink
  2. object SparkNlpConfigKeys

    Permalink

    Additional configure options that used by spark.nlp

  3. package io

    Permalink
  4. package regex

    Permalink

Ungrouped