Class Index | File Index

Classes


Class fullproof.AbstractAnalyzer


Defined in: fullproof-all-large.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A prototype for Analyzers objects.
Method Summary
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.
Class Detail
fullproof.AbstractAnalyzer()
A prototype for Analyzers objects.
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

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Sep 18 2012 20:18:58 GMT+0200 (CEST)