Background: Wikipedia page on Sequence Alignment says that DNA Sequence Alignment algorithms can also be used for Natural Language Processing.
Question: Because Named Entity Recognizer and DNA Sequence Libraries both do Approximate String Matching - is it practical to use a DNA Sequencing library (like Bowtie) and build your NER?
One reason to NOT use existing NER open sources but rather use a DNA Sequencing library to build NER is to hopefully get 'misspelling correction' automatically in my NER.
If my supposition above makes sense - is there some online DNA Sequencing tool where I can input my database of celebrity names rather than DNA sequences, and try to search a misspelling 'Michale Jacksun' in DNA Sequencing tool in a hope that it matches that with 'Michael Jackson' from input database