Skip to content

solution to #102 issue

Martin Rypar requested to merge issue-#102 into master

I assume that if a Lexeme has at least one LU then there must exist LU which id ends with 'f1'. I have check that it applies for LUs in the pdt_vallex3.0 file (NomVallex/Releases/1.0).

getLU function adjusted, so it returns a list of: single LU (same as previously) | multiple LUs (in case of an id of a Lexeme was provided) | undefined if the provided id is neither an id of a LU or Lexeme (same as previously)

txt_parser.py adjusted as it currently did not show the derived attribute during testing/debuging on locale

Merge request reports