Syntactic
Syntactic copied to clipboard
Parallelize the main clustering procedure
Relevant scope: Learner.java, Corpus.java,Cluster.java.
The main clustering procedure (marked under "here be iterations") can be parallelized. For this to be done, the data structures in the entire scope need to be made concurrent.