Click or drag to resize

nltkToolsisSuffixRulePattern Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Test if input matches '([\w]*)'\:'([\w]*)',?

Namespace:  imbNLP.Toolkit.Stemmers
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public static bool isSuffixRulePattern(
	this string input
)

Parameters

input
Type: SystemString
String to test

Return Value

Type: Boolean
IsMatch against _select_isSuffixRulePattern

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also