Packages

p

com.johnsnowlabs

collections

package collections

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class SearchTrie(vocabulary: Map[String, Int], edges: Map[(Int, Int), Int], nodes: Vector[(Int, Boolean, Int, Int)], caseSensitive: Boolean) extends Product with Serializable

    Immutable Collection that used for fast substring search Implementation of Aho-Corasick algorithm https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm

  2. class StorageSearchTrie extends AnyRef

    Immutable Collection that used for fast substring search Implementation of Aho-Corasick algorithm https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm

Value Members

  1. object SearchTrie extends Serializable
  2. object StorageSearchTrie

Ungrouped