I have a list of names and I want to check, whether a name is present in the names in the table or not. But I have to think also on misspelling the name, so I want to find those names, which are misspelled with PARAMETER number of characters, i.e. the name has +-PARAMETER number of characters which are different, or not present in the list. Even better, if it would be possible to have two different parameters for length and differences. Example: My list contains John Doe, Adam Smith, Maria Thompson. I want to find Merie Bhompson if PARAMETER is 3 or more, but not find it if PARAMETER is 2 or less.I also want to find Mariaqqq Thompson as well as Ma Thompson if my PARAMETER is 3 or more. It should also work if my list contains O Le and PARAMETER is 5 (name is 4 characters long including space). Can you please help me finding a solution?
0
There are 0 answers
Related Questions in MISSPELLING
- How do I fix a spelling error after importing an Excel file using Jupyter?
- Android Compose TextField with underline on misspelled words
- How to count misspelled words in a google sheets cell
- How can I replace the misspelled words or technical language in each string of the dataframe with correct words (Dutch)?
- Correct typos inside a column using word distance
- How can I resolve write errors that I have in my data?
- Using stringdist in R with big dataset (1.8 millions rows)?
- Recoding misspelled entries in a string variable in SPSS
- Powershell script not working (Misspelling Project)
- How to handle typos when cleansing a text file?
- Elasticsearch Term suggester is not returning correct suggestions when one character is missing (instead of misspelling)
- How do I find misspelled names in a column?
- Synonyms and spelling mistakes generator for LUIS
- Is there a way to return misspelled words in a textarea with Javascript?
- SOLR: minimum token size to be be spellchecked/synonymized
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)