Levenshtein trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    83 levenshtein trabalhos encontrados, preços em USD

    I am looking for a freelancer to correct an error for a simple bigram - levenshtein distance spell checker for Ukrainian. The spell checker should be able to work with a test file against a bigram file with different score weights. Code is mostly there, it is just a troubleshooting error I cannot identify that needs correcting - it is stabilising across all score weights. Programming Language: Python Files: I have specific files that will be provided for the project. Specific Requirements: The spell checker should have specific functionalities and features, which will be discussed with the freelancer. Ideal Skills and Experience: - Proficiency in Python - Experience with bigram and levenshtein distance algorithms - Familiarity with Ukrainian language and spelling rules

    $36 (Avg Bid)
    $36 Média
    5 ofertas

    Need to identify a person by searching for their lastname, firstname and middle name. One requirement is to accept spelling errors to a certain degree. Query must be in MS SQL query. Entering parameters: 1. Name(lastname, firstname and middle) 2. Percentage of similarity .

    $45 (Avg Bid)
    $45 Média
    2 ofertas

    ...effectively a fuzzy search system that tries to find a CPE for an application version, should one exist in the dictionary. This could be a problem resolved by a machine learning model, natural language processing, and/or distance algorithms. As guidance, the API could use Levenstein, keyword counting, Jaccard index, longest common substring, Hunt–Szymanski algorithm, Hamming distance, Damerau–Levenshtein, or a combination of the aforementioned algorithms. The selected algorithms should be used to find a match for the POSTed application in the CPE dictionary () should one exist. The microservice/REST API itself is very simple. No authentication or security controls. Only one interface to POST the app data. The majority of the work will be perfecting the CPE matching

    $1433 (Avg Bid)
    Destacado
    $1433 Média
    45 ofertas

    We need to calculate the Levenshtein distance with the R package stringdist. However, we have the problem that we do not get a result, but a + appears in the console after entering the command. We have already looked to see if we have forgotten a bracket or something similar, but this is not the case. If we calculate each sentence separately, the calculation works. However, if we add the whole text to the command, the + appears in the console. We require help to get the command to work.

    $143 (Avg Bid)
    $143 Média
    21 ofertas

    Hello, Be aware I will need this done immediately in a couple of hours max My project is here where all the code is The project has Docker in...you should have a PostgreSQL database on your local. I need to add to my project on the endpoint /pokemon the following things and should a quick job for an expert as is not required complex development: 1. Inside the repo you can find the pokemon controller which points to the /pokemon endpoint 2. On this endpoint I need to implement a simple search by 'name' using the 'fuzzy search using Levenshtein distance' you can find on Google what is that 3. Filter by HP, Attack & Defense e.g. /pokemon?hp[gte]=100&defense[lte]=200 4. Pagination: e.g. /pokemon?page=1 Thank you for your collaboration

    $161 (Avg Bid)
    $161 Média
    7 ofertas

    You'll be working on an existing C# Windows App project. The current project involves the following: 1. Levenshtein Distance, 2. NanoByte SAT Solver, 3. Result representation.

    $312 (Avg Bid)
    $312 Média
    16 ofertas

    SQL - Looking for a weighted Phonetic Search using fuzzy search and Soundex scoring or levenshtein distance algorithm. The weighting needs to be easily adjustable, but it will be weighted more towards last name. The SQL query will need to search for Lastname, firstname, and gender. I am looking for a phonetic search to find similar names.

    $152 (Avg Bid)
    $152 Média
    4 ofertas

    Hello Sanjeev C., next project: Levenshtein: Convert script from jQuery to Vanilla see

    $51 (Avg Bid)
    $51 Média
    1 ofertas

    In this project you are going to play the role of software forensics expert to analyze the similarity between set of textual documen...You are also encouraged to test your program on variety of documents and compare the different algorithms affects. The way you are going to conduct your analysis and taking a position on which is more effective will reveal the kind of programming creativity that you have invested in this project. Some Helpful Algorithms that you may like to use:  Cosine similarity  Hamming distance  Damerau–Levenshtein distance  Euclidean distance  Mahalanobis distance  Jaccard index  Sørensen–Dice coefficient  Greedy String Tiling  Vector-Distance Algorithm  Smith-Waterman Algorithm  Fingerprinting Algorithm  Karp-Rabin String Matching

    $81 (Avg Bid)
    $81 Média
    2 ofertas

    create distance matrix for : 1. hamming distance 2. Levenshtein distance Clustring using 1. UPGMA 2.Neighbour-joining:

    $155 (Avg Bid)
    $155 Média
    7 ofertas

    ...word1:frequency word2:frequency etc... The file will have about 200 000 words. Your job is to create in Delphi 10.3 (or compatible) a non visual code that will basically take as an input an English word (string) and return suggestions what are the closest matching words found in the dictionary. Notice: You cannot simply iterate the entire word list and check which sound the closest (e.g. Levenshtein distance) on every input, as comparing the input word with 200 000 words on every input would be very slow. Instead, do something like This is for English, so there is no need for unicode (or even non A to Z) support. This is a "proof of concept" sort of work. I do not need any UI or anything that is perfect and complete system. I am mostly just looking

    $84 (Avg Bid)
    $84 Média
    1 ofertas
    Whatsapp chatbot Encerrado left

    ...lesson is a series of questions, and each question follows this pattern: The student receives a question as a message. e.g. “Is it cloudy today? (no)” The student writes back with the answer. e.g. “no not cloudy today” The student receives the correct answer as a message, e.g. “No, it’s not cloudy today.” The student receives a score for accuracy. For example, let’s say the score is 10 minus the Levenshtein distance between their answer and the right answer () A lesson would also include several links to YouTube videos. The student would watch each video, then be prompted to write “next” to see the next video. On another day, they might choose a difference lesson, by starting with a message that says “Lesson 5,&rdq...

    $909 (Avg Bid)
    $909 Média
    18 ofertas

    Description: 1. Extract words from a pdf file and use as a dictionary. 2. Take input from user for words 3. Compare user input with words in dictionary 4. Spelling error detection: Any word not in the dictionary is an error (show as word not exist) 5. Spelling error correction: Suggest words that are similar to error based on Levenshtein minimum weighted edit distance and highest noisy channel probability

    $32 (Avg Bid)
    $32 Média
    12 ofertas

    ...matched and unmatched entries comparing tables 2. Find groups based on matched and unmatched entries Process Create functions to process data to determine field and record matches Assign confidence ratings for match strength Initial data will be provided in PostgreSQL tables Handle data character errors (eg. French characters not showing up properly) Handle data input errors (eg. Soundex, Levenshtein, Like, Regex, etc.) Fuzzy logic for names and addresses for near matches Write results to separate table(s) Requirements 1. Initial data will be provided in tables or views that can be restored to PostgreSQL 2. Used function requirement shown below for function details 4. Any output should be placed in tables or views using PostgreSQL 11 or later 5. Provide written code for funct...

    $1240 (Avg Bid)
    $1240 Média
    22 ofertas
    Cpp simple game Encerrado left

    Hi, Project is about implementation a simple game using C++. The game should be based on levenshtein (edit distance) algorithm, not strictly though (and not word guessing game). This game is more of the programmers choice, just with a little conditions to apply. Abstract level game with no GUI

    $26 (Avg Bid)
    $26 Média
    4 ofertas
    C++ simple game Encerrado left

    To implement a simple game using C++. The game should be based on levenshtein (edit distance) algorithm, not strictly though. This game is more of the programmers choice, just with a little conditions to apply. Message me if you have good command in C++

    $35 (Avg Bid)
    $35 Média
    11 ofertas

    ...neighbors, that is, the words that differ from it by one character. Distance Levenshtein The first step in this approach is to have a way to measure how two words differ, so we can decide if two words differ by insertion, deletion, or letter change. The metric that gives us exactly the number of insertions,deletions, or letter changes required to convert a word into another word is called Levenshtein distance (Levenshtein distance). Although we can implement the Levenshtein distance calculation by following the retrofit definition, this is not effective, because retrospective calls count over and over the distances between prefixes that have already been calculated in the past. In practice, to calculate Levenshtein distance we use the Wagner-Fisher alg...

    $102 (Avg Bid)
    $102 Média
    3 ofertas

    Work with a citizen science research group improving RNA designs to help diagnosing diseases. Need R programmer who is fluent with: 1. using Levenshtein (edit) distance in stringdist library (at least that is were it used to be...) 2. R Program's clustering functions to test clustering on variety of factors. To get started and demonstrate basic capability, complete R program hierarchical cluster analysis on State1 factor in the attached file. Looking for someone who we can work with on a continuing basis.

    $268 (Avg Bid)
    $268 Média
    3 ofertas
    puzzle project Encerrado left

    Need to make it using core javascript, You’ve probably heard of the Levenshtein distance between strings (if you haven’t, no problem! Check it out on Wikipedia). The task is to transform one word into another, with four operations: add a letter, delete a letter, change a letter, and take an anagram of the existing word. Additionally, you have to obey the following rules: - Every interim step between the first and the last word must also be a word - No interim step can be less than three letters - The first line of input will contain the “cost” of each operation in the order above - The second line of input will contain the starting word - The third line of input will contain the ending word Your goal is to find the lowest possible “cost&r...

    $5 / hr (Avg Bid)
    $5 / hr Média
    4 ofertas

    I need implement simple Autocorrect program. The program should use Levenshtein distance algorithm. It takes as parameters word and dictionary, searches in a dictionary and if the word is not there, use Levenshtein distance to find the closest word. It should have multithread and single thread implementation and u can switch between those two implementations from the command line.

    $125 (Avg Bid)
    $125 Média
    5 ofertas

    I need to be able to run the levenshtein distance algorithm (or trigram formula if that's better) comparing two sets of data from within a single excel. I believe this is doable via VBA and have included a link to a site that provides the VBA code. The inputs would each consist of a few data fields (columns) and potentially hundreds or thousands of values (rows). The fields being compared are names and dates with potentially differing formats. For example, data set 1 might show Michael Jason Fox, 2/6/2017, Smith, 6/22/1988, while data set 2 might show Mike J Fox, 02/06/17, SMITH B, 6/22/88. I'm thinking the most efficient way to prep the data sets to be run through the formula would be to format the values and concatenate

    $371 (Avg Bid)
    $371 Média
    18 ofertas

    ...challenge. The time-frame for completion is ~ 1 week. Best, Robert 1. Write a flask-based simple web application with the following functionality: a. A simple query form with three fields: one for ’string 1’, one for ’string 2’, and a dropdown for “metric”. I’ll leave the list of metrics to be computed up to you, but there should be at least two choices. Some examples: Levenshtein distance; Approximate Jaccard Index (you could use Spire for this); Hamming Distance. b. After submitting the form, the selected “Metric” should be applied to the two strings and the result returned to the user. You should include automated integration tests for your code (e.g.: selenium). Bonus points for style on...

    $46 (Avg Bid)
    $46 Média
    10 ofertas

    ...the output on the printer, and print. Current code does not scale appropriately. Form4: Format next button to use NEXT> button graphic used on form2 instead of commandbutton. Format Text to match size, font, position of other forms. Text should read "Select your best photograph and touch next." Hide the file path which displays as a label beneath the swipe-slideshow. Form2: Form2 uses a Levenshtein algorithm to get close matches of directories, which contain images sorted by license plate (Images Directory, to be placed in My Documents) ExampleL LUTFISK and LUTFI5K. I have a working sample program that shows how this functions, simply integrate the code from my sample to the kiosk software. Form2: Software crashes if you press next before a matching plate i...

    $236 (Avg Bid)
    $236 Média
    3 ofertas

    I have an aggregate spreadsheet containing 14,000 songs each with the artist, year, title and score. Many rows are duplicates, but the spelling of each is slightly different. An example would be "'Bob Dylan' vs 'Dylan, Bob'" for an Artist and "' S...would be "'Bob Dylan' vs 'Dylan, Bob'" for an Artist and "' Sittin' vs. 'Sitting' " as a song title. The same song might also appear twice with different years. Those should count as separate. Each song has a score, and an aggregate score needs to be created for the multiple occurrences of each song per year. I've started an R Script for this purpose which uses several libraries that use levenshtein and n-gram methods for text anal...

    $93 (Avg Bid)
    $93 Média
    16 ofertas

    ...English and Spanish. Let's say that the English-Korean distance is 100% and the English-Spanish distance is 20%. I need a Google Sheet master slide where I insert some text in the "source" and "target" language cells (around 2 or 3 sentences), and a macro formula on the "Distance" cell that calculates the linguistic distance/differences between the source and target languages (e.g. using Levenshtein distance). Then, I need a graph on the right (for example: 6 column x 15 row width) that shows this distance in a user-friendly way for people to see it. Here's my idea: This may be of help: Thanks....

    $171 (Avg Bid)
    $171 Média
    4 ofertas

    ...English and Spanish. Let's say that the English-Korean distance is 100% and the English-Spanish distance is 20%. I need a Google Sheet master slide where I insert some text in the "source" and "target" language cells (around 2 or 3 sentences), and a macro formula on the "Distance" cell that calculates the linguistic distance/differences between the source and target languages (e.g. using Levenshtein distance). Then, I need a graph on the right (for example: 6 column x 15 row width) that shows this distance in a user-friendly way for people to see it. Here's my idea: This may be of help: Thanks....

    $126 (Avg Bid)
    $126 Média
    8 ofertas
    Do some Excel Work Encerrado left

    ...English and Spanish. Let's say that the English-Korean distance is 100% and the English-Spanish distance is 20%. I need a Google Sheet master slide where I insert some text in the "source" and "target" language cells (around 2 or 3 sentences), and a macro formula on the "Distance" cell that calculates the linguistic distance/differences between the source and target languages (e.g. using Levenshtein distance). Then, I need a graph on the right (for example: 6 column x 15 row width) that shows this distance in a user-friendly way for people to see it. Here's my idea: This may be of help: Thanks....

    $30 - $250
    $30 - $250
    0 ofertas

    Report About the following fuzzy string matching algorithms: - Levenshtein Distance. (150Word) -Longest common subsequence problem (150Word) - Hamming distance. (150word) - Strength/Advantages of using Levenshtein Distance. (50Word). - References and Citation should be mentioned in APA style.

    $23 (Avg Bid)
    $23 Média
    7 ofertas
    Fuzzy String Matches Encerrado left

    Report About the following fuzzy string matching algorithms: - Levenshtein Distance. (150Word) - Double Metaphone. (150Word) - Dice Coefficient. (150word) - Strength/Advantages of using Levenshtein Distance. (50Word). - references and Citation should be mentioned in APA style.

    $33 (Avg Bid)
    $33 Média
    10 ofertas
    Write some Software Encerrado left

    I am looking for someone to write a script for Windows (I think Python would be best) to allow me to send batches of .wav audio files to the Google Cloud Speech service and collect and store the text that the ASR returns. I then need to be able to repeat with different compression schemes applied to the same source audio and compare the resulting speech. I think calculating the Levenshtein distance between the two passages would be a simple starting point. The script should be simple and command line driven. I will provide the differently compressed samples.

    $590 (Avg Bid)
    $590 Média
    23 ofertas
    Write some Software Encerrado left

    Levenshtein Automata algorithm. I need the above algorithm in C++ programming preferably psuedo code and comments for code.

    $488 (Avg Bid)
    $488 Média
    16 ofertas

    MySQL and SQL Query Expert needed to implement optimized Levenshtein Distance UDF along with required query to find closely related strings. You must have experience with UDFs with experience with implementing UDF highly preferred. Client will provide the following: o MySQL Server o Sample Database with sample data o FTP Access (if needed)

    $148 (Avg Bid)
    $148 Média
    16 ofertas

    ...important than developer should have a mathematical mind and preferably has experience in developing mathematical text matching algorithms. Examples of mathematical text matching algorithms that could be used (and potentially refined and combined) to meet our requirements are: String metric Locality-sensitive hashing Needleman–Wunsch algorithm Smith–Waterman algorithm Levenshtein distance Concept Search Approximate matching with addition of regular expressions ability Regular expressions for non-fuzzy (exact) matching Metaphone Soundex Agrep Plagiarism detection Ideally the developer will already understand and have used some of these before and able to pick the best algorithm(s) for this application

    $197 (Avg Bid)
    $197 Média
    14 ofertas

    We need all contacts exported from LinkedIn. We need Name, Email and Location. Once the data is exported it should be matched against our airport database. This will be text based but we want good matches (i.e. Levenshtein distance matching). We have about 10k contacts - scrips should be re-usable.

    $283 (Avg Bid)
    $283 Média
    10 ofertas

    I would like a self-contained Python script that computes string similarity. The script should allow me to: 1. Choose different algorithms for computing string similarity (e.g. Ratcliff, Levenshtein, Hamming, Needleman-Wunch) 2. Load a text file (e.g. File_Input) containing rows of strings (i.e. String A1, String A2..String An). Calculate the string similarity of each row against String B. 3. Output the similarity score corresponding to the rows in a text file (e.g. File_Output)

    $22 (Avg Bid)
    $22 Média
    10 ofertas

    Need a script created in python ported to c++. I have attached the script below but what it does is connects to a postgresql database to retrieve text content. It sticks this in a giant list and then compares every item in the list with every other item performing a Levenshtein ratio. If the ratio is greater than a certain amount it takes those two items and appends it to a log. The reason we are porting this to c++ is because it is much too slow in python.

    $37 (Avg Bid)
    $37 Média
    7 ofertas

    Details will be shared when contacted.

    $40 (Avg Bid)
    $40 Média
    6 ofertas

    This is a very small job for a person who truly understands MySQL. Need someone with extensive data manipulation skills to help me define the software flow required in order to group incoming data entries into related events. The data involves two tables (possibly three), which contain error reports being sent...FUNCTIONS SUCH AS Pattern Matching Regular Expressions Soundex Sounds Like Artificial intelligence and Levenshtein Distance

    $53 (Avg Bid)
    $53 Média
    4 ofertas

    ...0/en/ Regular Expressions Soundex Sounds Like Additionally, you could create specific functions to achieve much more, including artificial intelligence and Levenshtein Distance: This project is to correlate data from two or three tables and fields to calculate how many points and the range/distance those points take up. In the future, we will use these results to display a map using something like OpenStreetMap. The project includes a database which contains data such as geo location, physical

    $520 (Avg Bid)
    $520 Média
    7 ofertas

    ...algorithms. One is called Levenshtein edit distance algorithm which is one of the largely used string matching algorithm to correct a misspelled string. You can go through the wikipedia for more information. The implementation is similar to Google's "Did you mean feature". Where a user enters a misspelled word in the search box and then hits enters. The google search corrects the misspelled word and shows the result as Did you mean. Example : Search for : thier children , after hitting on search, the google search displays Did you mean: "Their Children" Using Levenshtein edit distance algorithm, I need to implement the same feature. You can use a dictionary of words (I will provide dictionary) to compare with the wrongly spelled word a...

    $18 (Avg Bid)
    $18 Média
    3 ofertas
    Fuzzy Match Function Encerrado left

    ... without a key to join them. We want the function to start with the descriptions in the first list, compare that description with each of the descriptions in the second list, giving each comparison a score based on similarity and returning the best match. The strings are descriptions without structure so the similarity should be based on a number or algorithms to achieve the best match. Levenshtein Distance, Longest Common Character Sequence, Significant Character and Phonetic Matches just to name a few. The final match score should be based on a weighted average of the individual functions. Attached is some algorithms put together by George Brown and obtained in the public domain to start off with. The function needs to efficient as the master database to match to has...

    $357 (Avg Bid)
    $357 Média
    8 ofertas

    ...comparing to a dictionary of correctly spelled words and also using edit distance algorithm like Levenshtein and then displays the corrected word in the sentence as "Did you mean : " This should be implemented using Lucene simple terms the Lucene SpellChecker implementation comprises a main class called SpellChecker, which uses a Directory, Dictionary; one Edit Distance algorithms called Levenshtein and any one adhoc algorithm that is similar to the edit distance results from each of the algorithms implemented after giving same inputs to two algorithms are noted and time elapsed is calculated for each algorithm. Finally the results are analysed. The Levenshtein algorithm: the distance between two strings is defined as the minimum number of edits n...

    $8 / hr (Avg Bid)
    $8 / hr Média
    3 ofertas

    I have two data sets that needs to be merged using fuzzy string matching the titles using levenshtein distance or similarity and then checking if the release date of that title is the same across the two data sets . This needs to be done in r. The resulting data frame should contain all information on matched titles.

    $28 (Avg Bid)
    Urgente
    $28 Média
    5 ofertas

    1. Here: https://...clone' to including imports in the compiler command line to several basic examples that make use of Pegged and show that it's working. You can choose whichever. I'm going with PEG over regular expressions since we'd have the implement the latter or use an inferior lib to Pegged. The fuzzy part of the algorithm, I'm not sure how that will sit without a DFA. But we'll figure it out later. The Levenshtein automata algorithm will still need to be coded (makes use of NFA-to-DFA conversion), so this PEG solution may not be so bright. 3. Construct our own D build script like in Derelict 3 (I think...) and give a small description on how to add files. (Pretty much copy / paste Derelict's build.d and customize). 4. Commit every...

    $100 (Avg Bid)
    $100 Média
    1 ofertas

    Optimize code written in java to scrape data from any website entered and return results for any query and provide a different result list of minimum levenshtein distance queries.

    $46 (Avg Bid)
    $46 Média
    6 ofertas

    I have a PHP script that takes a haystack of text (up to 2048 characters) and scans it for matches to needles in a database (generally under 30 characters each), returning a positive match when similarity is over a certain percentage. This PHP script is currently takes about 100 seconds to search a a 1400 character just over 1500 needles. It was designed by one programmer, improved by another, and now needs to be either made more efficient, or a better solution created to replace it. I want to at least halve the processing time/double the performance. I have attached the current script.

    PHP
    $275 (Avg Bid)
    $275 Média
    14 ofertas

    ...kleinere Portale u.a. auch mit intelligenter Suche (Levenshtein). Zur Optimierung haben wir einen 2. Server als reinen Datenbankserver mit MariaDB10.** eingerichtet und möchten hier die Damerau-Levenshtein UDF integrieren. Wir haben hierzu 2 Anforderungen, die wir extern vergeben möchten: 1) Komplilierung der damlevlim.c oder .cpp auf unserem System (Centos6.4 mit Parallels Plesk12 und zusätzlichem MySQL5.1) in eine damlevlim.so. (Dateien inl. Makefile sind vorhanden, müssen aber anscheinend erst angepasst werden) 2) Einrichtung einer autossh-Verbindung vom Primärserver Können Sie uns hier weiterhelfen und ggf. zu welchen Konditionen ? Mit freundlichen Grüßen in english we are small business and make some webprojects with le...

    $50 / hr (Avg Bid)
    $50 / hr Média
    1 ofertas

    Looking for a *nix command line perl/python script to compare and score a company name and website domain for similarity. Levenshtein edit distance would be a good start, but I would want some additional nuances included like the string length to be factored into the equation. I would also want options for omitting or including company name suffixes like "LLC, Inc, Company, LTD, LP" and others. A reference file can be provided. Perhaps testing abrreviations, such as International Business Machines and e.g. Options for omitting or including the top level domain of the website as well. We have a basic distance edit algorithm now, but we want to go beyond that. Here are some examples. Edit Distance|Company Name|Domain 16|Prover Technology, Inc.| 11|Pearson Pearson|pearso...

    $179 (Avg Bid)
    $179 Média
    12 ofertas
    Java Cipher program Encerrado left

    ...character frequency analysis on that text. Use a known character frequency table - or derive one yourself from a large sample of text - and use this to crack the cipher. Choose some form of evaluation which measures in some way the success of the crack. For instance, you might count the number of correctly cracked words, or you might use a metric like the minimum edit distance (or Levenshtein distance) in devising your scheme ## Deliverables We need the cipher to be implemented in one class with the following spec can you do this? please forward any questions, thanks. cipher project (2 gui required) 1. random mapping generate a random number use math random, create Arraylist of characters in a file character by character storing full sto...

    $91 (Avg Bid)
    $91 Média
    5 ofertas

    Artigos da Comunidade dos Principais levenshtein