Difference between revisions of "Ideas for Google Summer of Code/Spell checker web interface"

From Apertium
Jump to navigation Jump to search
(Created page with "Apertium-html-tools has seen some prototypes for spell-checking interfaces (all in stale PRs and branches on GitHub), but none have ended up being quite ready to integrate...")
 
 
Line 4: Line 4:
   
 
There's a bit of a meta issue on GitHub: https://github.com/apertium/apertium-html-tools/issues/12
 
There's a bit of a meta issue on GitHub: https://github.com/apertium/apertium-html-tools/issues/12
  +
  +
== The big picture ==
  +
The following need to be created or finished:
  +
  +
* An [[APy]] mode for voikko modules
  +
** Should automatically detect available voikko modes in language modules (might need to standardise how these are done, but check [[apertium-tat]], [[apertium-tyv]], [[apertium-kir]], [[apertium-kaz]], etc.)
  +
* An [[Apertium-html-tools]] interface that accesses the APy mode
  +
** Should offer standard spell checking features
  +
  +
  +
[[Category:Ideas for Google Summer of Code]]

Latest revision as of 22:19, 18 January 2021

Apertium-html-tools has seen some prototypes for spell-checking interfaces (all in stale PRs and branches on GitHub), but none have ended up being quite ready to integrate into the tools. This project would entail polishing up or recreating an interface, and making sure APy has a mode that allows access to Apertium voikospell modules. The end result should be a slick, easy-to-use interface for proofing text, with intuitive underlining of text deemed to be misspelled and intuitive presentation and selection of alternatives.

See Talk:Spell checking for some additional discussion.

There's a bit of a meta issue on GitHub: https://github.com/apertium/apertium-html-tools/issues/12

The big picture[edit]

The following need to be created or finished: