Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.3%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
·
Repository
Towards a Semantic NoSQL Knowledge Environment (SNOKE)
Basic Info
Statistics
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 2
Created about 6 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
Codemeta
README.md
snoke
Towards a Semantic NoSQL (Not only SQL) Knowledge Environment (SNOKE)
The Maven project snoke contains implementation for various applications ranging from the conversion of ontology formats, UIMA engine components, neo4j database handlers to language models with DeepLearning4j. Accordingly, the maven project is structured into the respective modules:
- snoke.dl for implementations for the training of paragraph vector models with DeepLearning4j
- snoke.neo4j for implementations with the Neo4j database incluing importers for MesH and ATC
- snoke.uima for implementations of UIMA engine components such as readers, annotators, and writers
- snoke.ontology for implementations of converters of various ontologies
- snoke.swag for implementations of API endpoints
Owner
- Login: bernd-mueller
- Kind: user
- Repositories: 1
- Profile: https://github.com/bernd-mueller
Citation (CITATION.cff)
cff-version: 1.1
message: If you use this software, please cite it as below.
authors:
- family-names: Mueller
given-names: Bernd
orcid: https://orcid.org/0000-0003-3062-8192
title: "Towards a Semantic NoSQL (Not only SQL) Knowledge Environment (SNoKE)"
version: 1.1
doi: 10.5281/zenodo.4680086
date-released: 2021-02-19
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CC-BY-NC-SA-4.0",
"codeRepository": "https://github.com/bernd-mueller/snoke.git",
"contIntegration": "https://travis-ci.org/bernd-mueller/snoke",
"dateCreated": "2016-01-01",
"datePublished": "2020-11-23",
"dateModified": "2021-02-19",
"downloadUrl": "https://github.com/bernd-mueller/snoke/archive/refs/heads/master.zip",
"issueTracker": "https://github.com/bernd-mueller/snoke/issues",
"name": "SNOKE",
"version": "1.1",
"identifier": "10.5281/zenodo.4680086\t",
"description": "Towards a Semantic NoSQL (Not only SQL) Knowledge Environment (SNOKE)\n\nThe Maven project snoke contains implementation for various applications ranging from the conversion of ontology formats, UIMA engine components, neo4j database handlers to language models with DeepLearning4j. Accordingly, the maven project is structured into the respective modules:\n\nsnoke.dl for implementations for the training of paragraph vector models with DeepLearning4j\nsnoke.neo4j for implementations with the Neo4j database incluing importers for MesH and ATC\nsnoke.uima for implementations of UIMA engine components such as readers, annotators, and writers\nsnoke.ontology for implementations of converters of various ontologies\nThe API documentation is available on https://bernd-mueller.github.io/snoke/javadoc/",
"applicationCategory": "Life Science Informatics",
"funder": {
"@type": "Organization",
"name": "ZB MED - Information Centre for Life Sciences"
},
"keywords": [
"UIMA",
"NoSQL",
"MongoDB",
"Neo4j",
"Ontology"
],
"programmingLanguage": [
"Java"
],
"runtimePlatform": [
"JVM"
],
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"softwareRequirements": [
"Java 8"
],
"relatedLink": [
"https://bernd-mueller.github.io/snoke/javadoc/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3062-8192",
"givenName": "Bernd",
"familyName": "Mller",
"email": "bernd.mueller@zbmed.de",
"affiliation": {
"@type": "Organization",
"name": "ZB MED - Information Centre for Life Sciences"
}
}
]
}
GitHub Events
Total
Last Year
Dependencies
pom.xml
maven
- commons-cli:commons-cli 1.4
- commons-io:commons-io 2.11.0
- javax.ws.rs:javax.ws.rs-api 2.1.1
- javax.xml.rpc:javax.xml.rpc-api 1.1.2
- javax.xml.ws:jaxws-api 2.3.1
- net.iot-solutions.graphdb:jcypher 4.2.0
- org.apache.jena:jena-core 4.2.0
- org.apache.lucene:lucene-core 8.5.1
- org.apache.maven.plugins:maven-dependency-plugin 3.1.2
- org.apache.maven.plugins:maven-javadoc-plugin 3.2.0
- org.apache.maven.plugins:maven-project-info-reports-plugin 2.9
- org.apache.maven.plugins:maven-site-plugin 3.9.0
- org.apache.maven.wagon:wagon-ftp 2.10
- org.apache.solr:solr-solrj 8.5.1
- org.deeplearning4j:deeplearning4j-nlp 1.0.0-beta7
- org.deeplearning4j:deeplearning4j-nlp-uima 1.0.0-beta7
- org.json:json 20190722
- org.mongodb:bson 3.12.7
- org.mongodb:mongodb-driver 3.12.7
- org.slf4j:slf4j-jdk14 1.7.32
- uk.ac.nactem.tools:sentence-splitter 1.0
snoke.dl/pom.xml
maven
- org.nd4j:nd4j-api ${nd4j.version}
- org.nd4j:nd4j-native ${nd4j.version}
snoke.neo4j/pom.xml
maven
- org.neo4j.driver:neo4j-java-driver 4.4.0
snoke.ontology/pom.xml
maven
- axis:axis-wsdl4j 1.5.1 provided
- commons-discovery:commons-discovery 0.5
snoke.swag/pom.xml
maven
- org.restlet.jse:org.restlet 2.4.3
- org.restlet.jse:org.restlet.ext.jackson 2.4.3
snoke.uima/pom.xml
maven
- org.apache.uima:ConceptMapper ${uima.version}
- org.apache.uima:uimaj-core ${uima.version}
- org.apache.uima:uimaj-document-annotation ${uima.version}
- org.apache.uima:uimaj-tools ${uima.version}
snoke.utility/pom.xml
maven