I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Improvement #1609

Use text similarity score when suggesting renaming or replacing

Added by Andriy Lesyuk about 13 years ago. Updated about 13 years ago.

Status:
Open
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
02 Feb 2011
Due date:
% Done:

0%


Description

Right now the Task context suggests renaming when task parameters (start time etc) looks to be similar. This is not very good... For example, when a user mades a mistake in a word and tries to correct the task name Orangutan suggests replacing while he should suggest renaming.

So when suggesting renaming or replacing Orangutan should take into account text similarity score.

There are some implementations for Perl, for example, Text::Similarity. This module seems to be developed by scientists and seems to be what I need. But... it should be checked if it works as needed. And the speed should be tested.

If one would ask me how would I do this... I would answer:
  1. I would remove all punctuation leaving only latin;
  2. I would consider first and last letter of each word and all other letters sorted (there were some research about this);
  3. Then I would compare similarity using words match.

I believe something like this should be written and compared to Text::Similarity.

History

#1 Updated by Andriy Lesyuk about 13 years ago

  • Target version set to 1.07

#2 Updated by Andriy Lesyuk about 13 years ago

  • Tracker changed from Feature to Improvement
  • Project changed from Orangutan to Orangutan::Redmine

Also available in: Atom PDF

Terms of use | Privacy policy