NLP: How to rebuild a name from letters

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

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
  • thefuzz

    Fuzzy String Matching in Python

  • The problem you are solving is most commonly called “fuzzy string matching”. There are a bunch of algorithms for it (some of which are described in this thread) depending on your specific requirements. I’d start with an existing fuzzy string matching library (e.g. thefuzz, for python) and calculate matches between your input letter cases and your list of names. This sounds pretty reasonable to do fast since fuzzy string matching is commonly used in text editors to make it easier to find files. If you start with a fuzzy string matching library, I wouldn’t worry about asymptomatic complexity until you actually see a performance problem.

  • 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

  • Python Scraper Based on AI

    1 project | news.ycombinator.com | 7 May 2024
  • Gradient Descent Visualization

    3 projects | news.ycombinator.com | 6 May 2024
  • Coding interviews are stupid (ish)

    1 project | news.ycombinator.com | 7 May 2024
  • Podcast Copilot with Azure OpenAI Service, .NET, and Power Platform Workshop Series

    1 project | dev.to | 7 May 2024
  • Programming Arduino with CrewAI and Ollama and Llama3

    1 project | news.ycombinator.com | 7 May 2024