Class fullproof.AbstractAnalyzer
Defined in: fullproof-all-large.js.
Constructor Attributes | Constructor Name and Description |
---|---|
A prototype for Analyzers objects.
|
Method Attributes | Method Name and Description |
---|---|
getArray(text, callback)
Sometimes it's convenient to receive the whole set of words cut and normalized by the
analyzer.
|
Method Detail
getArray(text, callback)
Sometimes it's convenient to receive the whole set of words cut and normalized by the
analyzer. This method calls the callback parameter only once, with as single parameter
an array of normalized words.
- Parameters:
- text
- some text to analyze
- callback
- a function called with an array (possibly empty) of string