You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Multiflex module (inflection of lexical entries) does not display the result from the beginning of input if it meets a syntax error while processing another entry later.
What steps will reproduce the problem?
Make a correct dictionary with a few multiword entries and the corresponding inflection transducers
Add an entry (not in the first lines) with a transducer not used in the other entries
Introduce a syntax error in that tranducer: <Gen=f,Nb=p> instead of <Gen=f;Nb=p>
Launch inflection
What is the expected output?
The user may expect that the system outputs the result (inflected entries) from the first entries, which are correct.
What do you see instead?
No result is displayed in the output window, and an error message tells the program terminated abnormally.
The text was updated successfully, but these errors were encountered:
The Multiflex module (inflection of lexical entries) does not display the result from the beginning of input if it meets a syntax error while processing another entry later.
What steps will reproduce the problem?
<Gen=f,Nb=p>
instead of<Gen=f;Nb=p>
What is the expected output?
The user may expect that the system outputs the result (inflected entries) from the first entries, which are correct.
What do you see instead?
No result is displayed in the output window, and an error message tells the program terminated abnormally.
The text was updated successfully, but these errors were encountered: