Tom Gillespie
Tom Gillespie
Looks like ec and kato are producing different tokenizations as well.
The issue appears to come from `SciGraph-entity/src/main/java/io/scigraph/lexical/LexicalLibOpenNlpImpl.java`, but looking through that it would seem that the issue is actually in opennlp `SciGraph-entity/src/main/java/io/scigraph/opennlp/OpenNlpModule.java` and points to the bin files here: `SciGraph-entity/src/main/resources/opennlp/`.
+1 on this, we have a number of use cases where this features would be immediately useful.
For vocabulary services this already happens, see for example: http://neo.crbs.ucsd.edu:9000/scigraph/vocabulary/id/BIRNLEX:796 (json). This is inconsistent with http://neo.crbs.ucsd.edu:9000/scigraph/graph/BIRNLEX:796 (text). The 404 status should always be returned. Inconsistency with behavior between 1.5 and...
You can use scigraph's /scigraph/dynamic api endpoint which can be configured in the services yaml file to accomplish this by selecting triples that match (*, rdf:type, owl:Class). For pagination I...
@atorr Could you add an offset using the `SKIP` cypher keyword [here](http://neo4j.com/docs/stable/query-skip.html) please (will need to include orderby). The rest API should use offset as the parameter name to match...
It looks like 2.x.x a typo for 4.x.x?
Big thumbs up. Happy to contribute to the python module and packaging in any way.
In theory you could just write all the instructions and code blocks for bootstrapping the environment for the org file in the file itself that process could use containers, or...
@malcook I will drop a note in this thread when I create the repo.