This class was automatically generated by a Snowball to C# compiler It implements the stemming algorithm defined by a snowball script.
Inheritance Hierarchy Namespace: Accord.MachineLearning.Text.StemmersAccord.Text (in Accord.Text.dll) Version: 3.8.0
SyntaxThe GermanStemmer type exposes the following members.
Constructors Name Description GermanStemmerInitializes a new instance of the GermanStemmer class.
Top Properties Name Description BufferGets the current processing buffer.
(Inherited from StemmerBase.) CurrentGets or sets the current word to be stemmed or the stemmed word, if the stemmer has been proccessed.
(Inherited from StemmerBase.) Top Methods Name Description assign_toReplaces the contents of the bracket with the string s.
(Inherited from StemmerBase.) eq_sDetermines if the current buffer contains the string s, starting from the current position and going forward.
(Inherited from StemmerBase.) eq_s_b(String)Determines if the current buffer contains the string s, starting from the current position and going backwards.
(Inherited from StemmerBase.) eq_s_b(StringBuilder)Determines if the current buffer contains the string s, starting from the current position and going backwards.
(Inherited from StemmerBase.) EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object.) FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) find_amongSearches if the current buffer matches against one of the amongs, starting from the current cursor position and going forward.
(Inherited from StemmerBase.) find_among_bSearches if the current buffer matches against one of the amongs, starting from the current cursor position and going backwards.
(Inherited from StemmerBase.) GetHashCodeServes as the default hash function.
(Inherited from Object.) GetTypeGets the Type of the current instance.
(Inherited from Object.) in_groupingDetermines whether the current character is inside a given group of characters s.
(Inherited from StemmerBase.) in_grouping_bDetermines whether the current character is inside a given group of characters s.
(Inherited from StemmerBase.) insert(Int32, Int32, String)Replaces the contents of the bracket with the string s.
(Inherited from StemmerBase.) insert(Int32, Int32, StringBuilder)Replaces the contents of the bracket with the string s.
(Inherited from StemmerBase.) MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object.) out_groupingDetermines whether the current character is outside a given group of characters s.
(Inherited from StemmerBase.) out_grouping_bDetermines whether the current character is outside a given group of characters s.
(Inherited from StemmerBase.) ProcessStems the buffer's contents.
(Overrides StemmerBaseProcess.) replace_sReplaces the characters between c_bra and c_ket by the characters in s.
(Inherited from StemmerBase.) slice_checkChecks if a slicing can be done.
(Inherited from StemmerBase.) slice_delRemoves the current bracket contents.
(Inherited from StemmerBase.) slice_fromReplaces the contents of the bracket with the string s.
(Inherited from StemmerBase.) slice_toReplaces the contents of the bracket with the string s.
(Inherited from StemmerBase.) StemStems the buffer's contents.
(Inherited from StemmerBase.) Stem(String)Stems a given word.
(Inherited from StemmerBase.) ToStringReturns a string that represents the current object.
(Inherited from Object.) Top Fields Extension Methods Name Description HasMethodChecks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) IsEqualCompares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.) To(Type) Overloaded.Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) ToT Overloaded.Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) Top See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4