Package

com.johnsnowlabs.nlp.annotators.spell

symmetric

Permalink

package symmetric

Visibility
  1. Public
  2. All

Type Members

  1. trait PretrainedSymmetricDelete extends AnyRef

    Permalink
  2. class SymmetricDeleteApproach extends AnnotatorApproach[SymmetricDeleteModel] with SymmetricDeleteParams

    Permalink

    Created by danilo 16/04/2018, Symmetric Delete spelling correction algorithm inspired on https://github.com/wolfgarbe/SymSpell

  3. class SymmetricDeleteModel extends AnnotatorModel[SymmetricDeleteModel] with SymmetricDeleteParams with LevenshteinDistance

    Permalink

    Created by danilo 16/04/2018, inspired on https://github.com/wolfgarbe/SymSpell

    Created by danilo 16/04/2018, inspired on https://github.com/wolfgarbe/SymSpell

    The Symmetric Delete spelling correction algorithm reduces the complexity of edit candidate generation and dictionary lookup for a given Damerau-Levenshtein distance. It is six orders of magnitude faster (than the standard approach with deletes + transposes + replaces + inserts) and language independent.

  4. trait SymmetricDeleteParams extends Params

    Permalink

Value Members

  1. object SymmetricDeleteApproach extends DefaultParamsReadable[SymmetricDeleteApproach] with Serializable

    Permalink
  2. object SymmetricDeleteModel extends ParamsAndFeaturesReadable[SymmetricDeleteModel] with PretrainedSymmetricDelete with Serializable

    Permalink

Ungrouped