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
I noticed that, launching LEMLAT on a file like this:
./lemlat_client -i <path>/input.txt -c output.csv
the list of unknown forms is saved under the name input.txt.unk, and not as output.csv.unk, as it might be expected;
input.txt.unk is created in the location given by <path>, and not where LEMLAT is launched, unlike output.csv, again contrary to expectations.
Maybe it would help consistency if the unknown list got the name output.csv.unk and if both files were saved in the same location, either <path> or the local folder (option?).
Thank you!
The text was updated successfully, but these errors were encountered:
I noticed that, launching LEMLAT on a file like this:
./lemlat_client -i <path>/input.txt -c output.csv
input.txt.unk
, and not asoutput.csv.unk
, as it might be expected;input.txt.unk
is created in the location given by<path>
, and not where LEMLAT is launched, unlikeoutput.csv
, again contrary to expectations.Maybe it would help consistency if the unknown list got the name
output.csv.unk
and if both files were saved in the same location, either<path>
or the local folder (option?).Thank you!
The text was updated successfully, but these errors were encountered: