LEMLAT3
LEMLAT3 copied to clipboard
Difference in output file names and paths
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 asoutput.csv.unk, as it might be expected; -
input.txt.unkis 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!