Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.5
-
None
-
None
Description
ProfilingHandler currently parses the entire document (thereby analyzing n-grams for the entire doc).
ProfilingHandler should take a length-limiting parameter that allows a user to specify the amount of data that should get analyzed.
In fact, by default that limit should be set to something like 8K.