Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITokenizer.cs
1using System;
2using System.Threading.Tasks;
5
7{
11 public interface ITokenizer : IProcessingSupport<Type>
12 {
18 Task Tokenize(object Value, TokenizationProcess Process);
19 }
20}
Contains information about a tokenization process.
Interface for full-text-search tokenizers
Definition: ITokenizer.cs:12
Task Tokenize(object Value, TokenizationProcess Process)
Tokenizes an object.
Interface for detecting interfaces supporting objects with predefined features.