Spell Check

Issue #5 resolved
Marco Laspe repo owner created an issue

When I am done with recording, I want the complete recording checked of errors and if possible corrected, that I don't have a lot of work with correcting.

;; Done needs work for replacements, that have a different length

Solution: - 2 Vectors - 1 with splitet text without wrong words - 1 with corrections, - Join splitted text with corrections (str (nth vec1 0) (nth vec2 0) (nth vec1 1) (nth vec2 1) ...)

Comments (8)

  1. Log in to comment