Simon Gray

Results 33 comments of Simon Gray

Adding suggested configuration doesn't work either: ```clojure :kbp {:semgrex "edu/stanford/nlp/models/kbp/english/semgrex" :tokensregex "edu/stanford/nlp/models/kbp/english/tokensregex" :model "edu/stanford/nlp/models/kbp/english/tac-re-lr.ser.gz"} ``` Neither does `:model "edu/stanford/nlp/models/kbp/english/tac-re-kbp2015.ser.gz"` or setting the params to `"none"`.

I came to this issue from a page of 2020 Google search results and I just have to note that this is still undocumented ;-)

I am using https://github.com/nextjournal/beholder which is a downstream consumer of this library. I do not receive delete events either _unless_ the file was created after starting the `DirectoryChangeListener`. I am...

That's great to hear, @gmethvin!

If you release a new version, I can try to work out what's going wrong in beholder using that version instead.

I just tested it using `0.17.0` and the same issue is present. > @gmethvin can you provide some sample code for a case where it doesn't work? ... in the...

I guess you prefer it as Java? It's been a while...

@gmethvin I hope this helps: https://github.com/simongray/beholder-deletion-issue

Thanks, will check as soon as I have a moment :)

@gmethvin I can confirm that this has fixed the issue! Thank you so much.