mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Added missing LancasterStemmer.
This commit is contained in:
Vendored
+3
@@ -63,6 +63,9 @@ declare module "natural" {
|
||||
var PorterStemmerPt: {
|
||||
stem(token: string): string;
|
||||
}
|
||||
var LancasterStemmer: {
|
||||
stem(token: string): string;
|
||||
}
|
||||
|
||||
interface BayesClassifierCallback { (err: any, classifier: any): void }
|
||||
class BayesClassifier {
|
||||
|
||||
Reference in New Issue
Block a user