tmlab/majortom

getBestLabel(theme)

Closed this issue · 6 comments

If a theme (Topic) is given, the following names are preferred

1. Names in the Scope that consist of this theme, exactly
2. Names in the Scope that include this theme

.. continue to sort them like done in getBestLabel(),

If no such names are found, getBestLabel(theme) equals getBestLabel().

Original issue reported on code.google.com by schulze....@googlemail.com on 17 Sep 2010 at 8:58

Acc. to TMDM this behavior would be slightly wrong since scope is an entity / a 
set of themes ("and" semantics).

Example:

topic 
  - "A";
  - "B"@a;
  - "C"@a, b
.

If the theme is "a" only "A" and "B" are valid, but not "C"

But returning "C" might be okay if the getBestLabel(theme) should have 
"contained in" semantics. But it is not the "best" label acc. to TMDM. 

Original comment by lars.he...@gmail.com on 17 Sep 2010 at 4:05

Easy answer: I doesn't need to be "tmdm"'s best label.

Original comment by schulze....@googlemail.com on 17 Sep 2010 at 5:36

Even easier answer: I don't care. As said, it might be okay to return "C". 
It's just a documentation "issue".

Original comment by lars.he...@gmail.com on 18 Sep 2010 at 11:58

Lars Heuer: Please stop interfering in this impolite way. We know that you 
don't care and we didn't ask for your opinion.

Original comment by schulze....@googlemail.com on 19 Sep 2010 at 9:38

Sorry, I but I don't think that I am "impolite" in any way. You brought up a 
public issue and I offered a different view on that issue. If you, personally, 
or the project team shares the opinion is a minor matter. 
I wasn't aware that discussing issues is undesired.

Original comment by lars.he...@gmail.com on 19 Sep 2010 at 11:39

Original comment by Sven.Kro...@googlemail.com on 23 Sep 2010 at 6:58

  • Changed state: Fixed