biolab / text-semantics

The package with scripts for semantic analyser project
MIT License
4 stars 5 forks source link

Server api fix for non-normalize unicode names #36

Closed PrimozGodec closed 3 years ago

PrimozGodec commented 3 years ago

File names can have normalized Unicode characters such as č written as a c and caron separately. It was not taken into account while matching filenames with those in the metadata.

This PR fixes this issue.