Skip to content

dependency-graph breaks on some sentences #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
WorldsEndless opened this issue Feb 7, 2018 · 2 comments
Open

dependency-graph breaks on some sentences #23

WorldsEndless opened this issue Feb 7, 2018 · 2 comments

Comments

@WorldsEndless
Copy link

(-> "Bills on ports and immigration were submitted by Senator Brownback, Republican of Kansas" nlp/dependency-graph);; => IllegalArgumentException No implementation of method: :src of protocol: #'loom.graph/Edge found for class: java.lang.Long clojure.core/-cache-protocol-fn (core_deftype.clj:583)

@WorldsEndless
Copy link
Author

also
(nlp/dependency-graph "The men were arrested yesterday afternoon following a search at a house in Bornacurra, Ballygar, Co Galway, during which Garda discovered a quantity of cannabis plants and cannabis growing paraphernalia with an estimated street value of 200,000") ;; => IllegalArgumentException No implementation of method: :src of protocol: #'loom.graph/Edge found for class: java.lang.Long clojure.core/-cache-protocol-fn (core_deftype.clj:583)

@galatyn
Copy link

galatyn commented Mar 21, 2019

It fails on punctuation. If you remove all "," from the text, it will work, but result will be wrong of course :) Seems there is no maintainers. It is sad...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants