Ticket #2426 (closed planned_task: obsolete)
SPELL_CHECK_R0
Reported by: | boyan | Owned by: | boyanl |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | text, spell check | Cc: | deyan |
Category: | unknown | Effort: | |
Importance: | 60 | Ticket_group: | text |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | boyan | Design_owners: | boyan |
Imp._owners: | boyanl | Test_owners: | |
Analysis_reviewers: | dido | Changelog: | Changelog |
Design_reviewers: | meddle | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4.5 | Imp._score: | 4.5 |
Test_score: | 0 |
Description (last modified by boyan) (diff)
Attachments
Change History
comment:1 Changed 15 years ago by boyan
- Owner set to boyan
- Status changed from new to s1a_analysis_started
- Description modified (diff)
comment:2 Changed 15 years ago by boyan
- Cc deyan added
- Status changed from s1a_analysis_started to s1b_analysis_finished
analysis finished (1d)
comment:3 Changed 15 years ago by dido
- Status changed from s1b_analysis_finished to s1c_analysis_ok
- Analysis_reviewers set to dido
- Analysis_score changed from 0 to 4
It will be best if the spell check is made over all text frames, however if this is hard to implement, make sure that the end user fully understand that not all chains or text frames are checked (for example make the button disabled if no text frame is selected etc.).
All other things seems fine.
comment:4 Changed 15 years ago by boyan
- Design_owners set to boyan
- Status changed from s1c_analysis_ok to s2a_design_started
starting design
comment:5 Changed 15 years ago by boyan
- Status changed from s2a_design_started to s2b_design_finished
design finished (some days ago :)
comment:6 Changed 15 years ago by meddle
- Status changed from s2b_design_finished to s2c_design_ok
- Design_score changed from 0 to 4.5
- Design_reviewers set to meddle
- I like the design a lot, it is very useful for us.
- Like the IBM article.
- I think Jazzy is the better choice too, the license is like ours LGPL.
- The things from the first point of the analysis were took in mind, I guess, because the implementation of the spell check is not in this task, but you should be making the proper choice.
4.5p
comment:7 Changed 15 years ago by boyanl
- Owner changed from boyan to boyanl
- Status changed from s2c_design_ok to s3a_implementation_started
comment:8 Changed 15 years ago by boyanl
- Add a new class SpellCheckUtility which gives methods for spell checking:
- method void getMisspelledWords (List<String> result, String text) - adds the misspelled words in text to result
- method List<String> getSuggestions (String word, int threshold) - returns a list of suggestions (for the correct spelling) of a word. The candidates are at most threshold edit distance away from the original word.
- method void addToDictionary (String word) - adds the word to the currently loaded dictionary
- Small modification in SimpleSwingTextView - to request focus when the mouse is clicked over
- Changes to HotTextDemoTest (thanks to kyli)
- Add a class SpellCheckDemoTest, which is the spell checking demo
- Based on HotTextDemoTest
- Provides helper method for finding/replacing a given word in ImmText: ImmText findAndReplaceWord (ImmText text, String word, String replaceWord, boolean replaceAll, int wordIndex, Set<Integer> ignoreIndices) - finds and replaces occurences of the word, with additional information like which occurence should be replaced (wordIndex), and ignore list for the given word (which occurences of the word should not be counted as spelling errors - ignoreIndices)
- The demo method itself, which sets up an area for typing text and lists for misspelled words/suggestions and correspoding buttons for spell-checking the text, replace, replace all, ignore, ignore all, add to dictionary
- Reverted a change in SimpleTextLogic
- Added dictionary files to the project
comment:9 Changed 15 years ago by boyanl
- Status changed from s3a_implementation_started to s3b_implementation_finished
- Also, sophie's pom shouldn't include the external dependency (for the spell-checking library), but it should be added to the Nexus instead
comment:10 Changed 15 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Imp._owners set to boyan
- Imp._score changed from 0 to 4.5
- Imp._reviewers set to meddle, todor
Merged to the trunk at [9175].
Very good.
You are the implementor, write your name in the im owner field.
comment:12 Changed 13 years ago by meddle
- Status changed from s3c_implementation_ok to closed
- Resolution set to obsolete
Closing all the tickets before M Y1
Note: See
TracTickets for help on using
tickets.
starting analysis