Class GeneralPunctuationToken
A Token representing general punctuation tokens.
Implements
Namespace: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public class GeneralPunctuationToken : Token, ICloneable<Token>
Constructors
GeneralPunctuationToken()
Initializes a new instance of the GeneralPunctuationToken class.
Declaration
public GeneralPunctuationToken()
GeneralPunctuationToken(String)
Initializes a new instance of the GeneralPunctuationToken class.
Declaration
public GeneralPunctuationToken(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The token text |
Properties
Type
Gets the type of Token.
Declaration
protected override string Type { get; }
Property Value
Type | Description |
---|---|
System.String | The type. |