Search Results for

    Show / Hide Table of Contents

    Class CharSequenceToken

    A Token representing sequence of characters.

    Inheritance
    object
    Token
    CharSequenceToken
    Implements
    ICloneable<Token>
    Inherited Members
    Token.Clone()
    Token.ToString()
    Token.Text
    Token.Span
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    [DataContract]
    public class CharSequenceToken : Token, ICloneable<Token>
    Remarks

    This is used in contexts (such as tokenization of some far-east languages) where word boundaries cannot easily be determined.

    Constructors

    CharSequenceToken()

    Initializes a new instance of the CharSequenceToken class.

    Declaration
    public CharSequenceToken()

    CharSequenceToken(string)

    Initializes a new instance of the CharSequenceToken class.

    Declaration
    public CharSequenceToken(string text)
    Parameters
    Type Name Description
    string text

    The token text

    Properties

    Type

    Gets the type of Token.

    Declaration
    [DataMember(Name = "type")]
    protected override string Type { get; }
    Property Value
    Type Description
    string

    The type.

    Overrides
    Token.Type

    Implements

    ICloneable<T>

    See Also

    Token
    In this article
    Back to top Generated by DocFX