Zabolekar/jezik

Link to a specific table

Opened this issue · 2 comments

sveto commented

We have different homonymic words. They are usually marked in our dictionary with a removable suffix, eg I, II, III (sometimes, also се, but I always try to fix such cases).

  • First we should prohibit homonymy without suffix, e.g. if we now have luk, luk I, luk II, the first luk should also get a suffix and become luk III.

  • After that, enable links to all tables of a specific word like that: lookup/word?params=je/III

  • After that, enable links to a specifis table like that: lookup/word?params=je/III/1

If it is not possible, think of another solution.

sveto commented

Added test for bad suffixes, removed the newly found bad data from datayaml. First point is done.

sveto commented

Done, although the address is not the same as in the example above. Still thinking about better addressing.