• Introduction
  • C# API
  • GraphQL API
  • Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class NoIntroTokenClassifier

Inheritance
System.Object
NoIntroTokenClassifier
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Romfile.Tokenizer
Assembly: Snowflake.Framework.dll
Syntax
public class NoIntroTokenClassifier : ITokenClassifier

Methods

ClassifyBracketsTokens(IEnumerable<(String tokenValue, Int32 tokenPosition)>)

Declaration
public IEnumerable<StructuredFilenameToken> ClassifyBracketsTokens(IEnumerable<(string tokenValue, int tokenPosition)> tokens)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.ValueTuple<System.String, System.Int32>> tokens
Returns
Type Description
System.Collections.Generic.IEnumerable<StructuredFilenameToken>

ClassifyParensTokens(IEnumerable<(String tokenValue, Int32 tokenPosition)>)

Declaration
public IEnumerable<StructuredFilenameToken> ClassifyParensTokens(IEnumerable<(string tokenValue, int tokenPosition)> tokens)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.ValueTuple<System.String, System.Int32>> tokens
Returns
Type Description
System.Collections.Generic.IEnumerable<StructuredFilenameToken>

ExtractTitleTokens(String)

Declaration
public IEnumerable<StructuredFilenameToken> ExtractTitleTokens(string title)
Parameters
Type Name Description
System.String title
Returns
Type Description
System.Collections.Generic.IEnumerable<StructuredFilenameToken>
In This Article
  • Methods
    • ClassifyBracketsTokens(IEnumerable<(String tokenValue, Int32 tokenPosition)>)
    • ClassifyParensTokens(IEnumerable<(String tokenValue, Int32 tokenPosition)>)
    • ExtractTitleTokens(String)
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.