word2vec icon indicating copy to clipboard operation
word2vec copied to clipboard

Absolute vs relative file paths

Open filannim opened this issue 3 years ago • 0 comments

Hi,

I'm struggling to get this wrapper lib work. It seems that if I provide relative paths to disk resources it works just fine. But when I want to use absolute ones, it just doesn't.

Is this somehow expected? To be fair, that's not a big deal: one can always use os.path.realpath(), but I was wondering whether you could tell me more about why that's happening.

Thanks, Michele.

filannim avatar Mar 05 '21 14:03 filannim