aaaton / golem

A lemmatizer implemented in Go
MIT License
85 stars 19 forks source link

Getting an error straight from the beginning #15

Closed smileart closed 4 years ago

smileart commented 4 years ago

How to reproduce

Import library and dictionary as in example code from README.md

Experienced Issue

../../../go/pkg/mod/github.com/aaaton/golem@v0.0.0-20191129093449-a9f1a1b6b185/dicts/en/data.go:1:1: expected 'package', found version

Expected Behaviour

Perhaps I'm doing something wrong, but that what happens when I just try to work with the lib as it done in example code. 🤷‍♂️

aaaton commented 4 years ago

Thanks for the report. This is a duplicate of #13 and should be related to git lfs.

smileart commented 4 years ago

@aaaton, sorry for duplicating that, yesterday GitHub experienced some issues I can swear I haven't seen that issue in the list. Thank you.

aaaton commented 4 years ago

No worries. It wasn't there. I reopened it when you had the same problem