Show / Hide Table of Contents

    Class Caverphone1

    Encodes a string into a Caverphone 1.0 value.

    This is an algorithm created by the Caversham Project at the University of Otago. It implements the Caverphone 1.0 algorithm:

    See: Wikipedia - Caverphone

    See: Caverphone 1.0 specification

    This class is immutable and thread-safe.

    since 1.5

    Inheritance
    System.Object
    AbstractCaverphone
    Caverphone1
    Implements
    IStringEncoder
    Inherited Members
    AbstractCaverphone.IsEncodeEqual(String, String)
    Namespace: Lucene.Net.Analysis.Phonetic.Language
    Assembly: Lucene.Net.Analysis.Phonetic.dll
    Syntax
    public class Caverphone1 : AbstractCaverphone, IStringEncoder

    Methods

    | Improve this Doc View Source

    Encode(String)

    Encodes the given string into a Caverphone value.

    Declaration
    public override string Encode(string source)
    Parameters
    Type Name Description
    System.String source

    The source string.

    Returns
    Type Description
    System.String

    A caverphone code for the given string.

    Overrides
    AbstractCaverphone.Encode(String)

    Implements

    IStringEncoder
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)