Base class for tokenizations which accept whitespace-separated `words'.
Namespace:
BioSharp.Core.Bio.Seq.IOAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public abstract class WordTokenization : Unchangeable, ISymbolTokenization, IAnnotatable, IChangeable |
Remarks
Splits at whitespace, except when it is quoted by either double-quotes ("), brackets (), or square brackets [].
Original BioJava version by Thomas Down, Greg Cox and Keith James. Port to C# by Doug Swisher.
Inheritance Hierarchy
System..::.Object
BioSharp.Core.Utils..::.Unchangeable
BioSharp.Core.Bio.Seq.IO..::.WordTokenization
BioSharp.Core.Bio.Seq.IO..::.NameTokenization
BioSharp.Core.Utils..::.Unchangeable
BioSharp.Core.Bio.Seq.IO..::.WordTokenization
BioSharp.Core.Bio.Seq.IO..::.NameTokenization