UnitexGramLab / gramlab-ide

Unitex/GramLab Java IDE
https://unitexgramlab.org
Other
13 stars 27 forks source link

Colour marking in the text automaton #59

Closed eric-laporte closed 7 years ago

eric-laporte commented 7 years ago

Some visual marking of unambiguously tagged parts and of untagged parts in the text automaton might be useful to users of the text automaton, especially to linguists that revise the tagging, a very repetitive task. The HUFS University in Korea is testing various forms of colour marking. Here are their best choices. The best colour marking might be extended to all languages, if users and developers agree. 1) Boxes for untagged tokens: lavender blue (CCCCFF) background inside. 2) Boxes for unambiguously tagged items: periwinkle blue (9999FF) or light green (CCEB94) background inside; lines as thick as normal boxes; no bold characters. 3) Entirely unambiguously tagged sentences: periwinkle blue (9999FF) or cornflower blue (99C9E4) background in boxes (maybe except for untagged tokens); transitions either periwinkle blue (9999FF) or the same colour as other sentences, not yellow.

ghost commented 7 years ago

Hi all,

Colors should be intuitive, as much as we can. The traffic lights (Green-yellow-red) is the most intuitive coloration, as far as I know. here, some suggestions:

Hope these suggestions will help!

Cheers,

Bests

----------

Alexis Neme

Computer Scientist - Arabic NLP FR-PT-EN-AR (DE, Tagalog)

http://tasrif.univ-mlv.fr/About.html

UPEM - LIGM - Laboratoire d'Informatique Gaspard-Monge Bureau 4B045, 5 Bd Descartes, Champs-sur-Marne 77454 Marne-la-Vallée Cedex 2, France

Tél : 00 33 1 60 95 77 17

On Sat, Dec 10, 2016 at 1:59 AM, Eric Laporte notifications@github.com wrote:

Some visual marking of unambiguously tagged parts and of untagged parts in the text automaton might be useful to users of the text automaton, especially to linguists that revise the tagging, a very repetitive task. The HUFS University in Korea is testing various forms of colour marking. Here are their best choices. The best colour marking might be extended to all languages, if users and developers agree.

  1. Boxes for untagged tokens: lavender blue (CCCCFF) background inside.
  2. Boxes for unambiguously tagged items: periwinkle blue (9999FF) or light green (CCEB94) background inside; lines as thick as normal boxes; no bold characters.
  3. Entirely unambiguously tagged sentences: periwinkle blue (9999FF) or cornflower blue (99C9E4) background in boxes (maybe except for untagged tokens); transitions either periwinkle blue (9999FF) or the same colour as other sentences, not yellow.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/UnitexGramLab/gramlab-ide/issues/59, or mute the thread https://github.com/notifications/unsubscribe-auth/ARa6PSSQpMGmLtgUZLgUJzQ4PextsykNks5rGWzvgaJpZM4LJBVw .

eric-laporte commented 7 years ago

HUFS' best choice after new tests is as follows:

green

cornflower_linear_black_trans

mdamis commented 7 years ago

Colors in the text automaton now match the latest choice from the HUFS. Note that these changes only apply to Korean texts.

See commit https://github.com/UnitexGramLab/gramlab-ide/commit/d9396aa2565f4185cb08e91bf3d403d1f0f8a656 for more details.