Auto correct/Auto complete feature

This page summarizes the projects mentioned and recommended in the original post on /r/AskComputerScience

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SymSpell

    SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm

  • If you want to do both at the same time (prefix search, allowing for misspellings), you can use a trie, but rather than just putting all your words in it, you can put everything in the "deletion neighborhood" of each word (that is, each possible variant of each word that has one character deleted), in an approach sort of like what's described here. Fair warning, though, that this gets a little hairy, and you'll have to decide how to weight prefix matches vs. misspellings in your rankings.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Should you combine edit distance "spell check" algorithms with phonetic matching algorithms for robust keyword finding?

    1 project | /r/AskComputerScience | 7 Nov 2023
  • Help with deep learning project "autocorrection"

    1 project | /r/deeplearning | 15 Jan 2023
  • Spellcheck and Levenshtein distance

    1 project | /r/MLQuestions | 15 Nov 2022
  • SymSpell: 1M times faster spelling correction

    1 project | /r/hackernews | 6 Mar 2022
  • Learn more about spell checkers

    2 projects | /r/nlp_knowledge_sharing | 18 Mar 2023