Omer Shapira

Results 13 issues of Omer Shapira

to repro: Load [the math chapter](https://openframeworks.cc/ofBook/chapters/math.html) `\(\mathbb{Z}/12\mathbb{Z}\))` should display as rendered MathML

1. Create a file format that will make it easy to update the list of words that have been measured for distance, those that haven't, and the queues for each...

Split the clusterCommonWords() function to several subroutines.

The method needs to update the `iterationCount` property on `corpus_(...).js`.

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...

Find a way to detach `Corpus`, `Vocabulary` and `Word` from `Learner`. The idea: `Learner` is task-specific, `Corpus` can be used many times and should be serialized (see issue). Right now...

Parsing RTL languages does not work yet. Since RTL languages may use the same type of data manipulation LTR languages use, I sugget creating an RTL parser that just feeds...

Memory access is currently based on getters and setters. Change this to methods easier on the VM. My best guess so far is running a comparison on entire arrays. I...

Rulesets should be written in regexes, with a rule for SPLIT, and a 2-place rule for REPLACE.

Serialize the data structures so that the program will be interruptible. NOTE: Some of the code needs to be made more generic beforehand, please let me know before beginning.