TokenizeReplaceRule Class |
Namespace: imbNLP.Toolkit.Processing
public class TokenizeReplaceRule
The TokenizeReplaceRule type exposes the following members.
| Name | Description | |
|---|---|---|
| TokenizeReplaceRule |
Constructor to be used by XML serializer
| |
| TokenizeReplaceRule(String, String, String) |
Main constructor, to be used when rule is specified from the code
|
| Name | Description | |
|---|---|---|
| Comment |
Human-readable comment on Regex replacement instruction
| |
| regex | ||
| RegexReplace |
Replacement string value
| |
| RegexSearch |
Regular expression used as needle
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute |
Executes the rule against the specified text.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |