Feature #1787
Keywords
Start date:
12 Jun 2011
Due date:
04 Oct 2011
% Done:
100%
External issue:
Description
In addition to description I believe keywords can be detected. For this count words in a text and use words which appear more often?
History
#1 Updated by Andriy Lesyuk about 13 years ago
This should be something like:
words = description.scan(%r{(?<=^|\s)[a-z-']{3,30}(?=\s|$)}i)
#2 Updated by Andriy Lesyuk about 13 years ago
- Target version changed from 0.2.2 to 0.1.0
#3 Updated by Andriy Lesyuk about 13 years ago
- Status changed from Open to In Progress
#4 Updated by Andriy Lesyuk about 13 years ago
- % Done changed from 0 to 90
#5 Updated by Andriy Lesyuk about 13 years ago
- Due date set to 04 Oct 2011
- Status changed from In Progress to Closed
- % Done changed from 90 to 100