Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 876 Bytes

File metadata and controls

15 lines (11 loc) · 876 Bytes

1Mentor Companies Fuzzy-Matching with Levenshtein

This project includes an implementation of a company fuzzy-matching with Levenshteing algorithm, used on a daily basis, by 1Mentor Inc. Team

1. Environment preliminary settings

  • Create a directory in some known location, in your computer.
  • Inside the previous directory, clone this repo. Here is some guidance.
  • Enable the 'venv'. This is a classic approach, but it depends on your text editor / IDE: some of them do it for you. Check in their official documentation.
  • Set yourself at the root of the 'venv', and run the following commands, one at time:
    • pip install -r requirements.txt
  • Enter all the required fields.
  • You should be able to start developing.