Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1.0
-
Component/s: Clustering Algorithms
-
Labels:None
Description
STC completely rewritten.
- new suffix tree code (simple data types, cleaner implementation),
- uses preprocessing context and the rest of 3.0 infrastructure (phrase lookup is still done using Suffix Trees though),
- primitive types used whenever possible. Speeds things up a lot.
On 3.2.0 branch.