You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(-> "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)
The text was updated successfully, but these errors were encountered:
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)
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...
(-> "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)
The text was updated successfully, but these errors were encountered: