package btm
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class BigTextMatcher extends AnnotatorApproach[BigTextMatcherModel] with HasStorage
-
class
BigTextMatcherModel extends AnnotatorModel[BigTextMatcherModel] with HasSimpleAnnotate[BigTextMatcherModel] with HasStorageModel
Extracts entities out of provided phrases
- trait ReadablePretrainedBigTextMatcher extends StorageReadable[BigTextMatcherModel] with HasPretrained[BigTextMatcherModel]
- class TMEdgesReadWriter extends TMEdgesReader with StorageReadWriter[Int]
- class TMEdgesReader extends StorageReader[Int]
- class TMNodesReader extends StorageReader[TrieNode]
- class TMNodesWriter extends StorageBatchWriter[TrieNode]
- class TMVocabReadWriter extends TMVocabReader with StorageReadWriter[Int]
- class TMVocabReader extends StorageReader[Int]
- case class TrieNode(pi: Int, isLeaf: Boolean, length: Int, lastLeaf: Int) extends Product with Serializable
Value Members
-
object
BigTextMatcher extends DefaultParamsReadable[BigTextMatcher] with Serializable
This is the companion object of BigTextMatcher.
This is the companion object of BigTextMatcher. Please refer to that class for the documentation.
-
object
BigTextMatcherModel extends ReadablePretrainedBigTextMatcher with Serializable
This is the companion object of BigTextMatcherModel.
This is the companion object of BigTextMatcherModel. Please refer to that class for the documentation.