All Projects → victor-iyi → sage

victor-iyi / sage

Licence: AGPL-3.0 License
An Open Source Knowledge Graph written in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to sage

koza
Data transformation framework for LinkML data models
Stars: ✭ 21 (+75%)
Mutual labels:  knowledge-graph
PathCon
Combining relational context and relational paths for knowledge graph completion
Stars: ✭ 94 (+683.33%)
Mutual labels:  knowledge-graph
knowledge-graph-nlp-in-action
从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Information Extraction,Relation Extraction 等任务。
Stars: ✭ 58 (+383.33%)
Mutual labels:  knowledge-graph
skywalkR
code for Gogleva et al manuscript
Stars: ✭ 28 (+133.33%)
Mutual labels:  knowledge-graph
Knowledge Graph based Intent Network
Learning Intents behind Interactions with Knowledge Graph for Recommendation, WWW2021
Stars: ✭ 116 (+866.67%)
Mutual labels:  knowledge-graph
ke-dialogue
KE-Dialogue: Injecting knowledge graph into a fully end-to-end dialogue system.
Stars: ✭ 39 (+225%)
Mutual labels:  knowledge-graph
AutoSF
Y. Zhang, Q. Yao, J. Kwok. Bilinear Scoring Function Search for Knowledge Graph Learning. TPAMI 2022
Stars: ✭ 51 (+325%)
Mutual labels:  knowledge-graph
LME
Neural Entity Typing with Language Model Enhancement
Stars: ✭ 21 (+75%)
Mutual labels:  knowledge-graph
bangle-io
A web only WYSIWYG note taking app that saves notes locally in markdown format.
Stars: ✭ 626 (+5116.67%)
Mutual labels:  knowledge-graph
covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (+691.67%)
Mutual labels:  knowledge-graph
Metagraph
Metagraph是一款知识创作分享工具,不同于以往的知识创作平台,Metagraph提供了强大的内容关联能力。
Stars: ✭ 18 (+50%)
Mutual labels:  knowledge-graph
KGMiner
Knowledge Graph Miner
Stars: ✭ 37 (+208.33%)
Mutual labels:  knowledge-graph
sage-next
familiar-zebra.surge.sh
Stars: ✭ 18 (+50%)
Mutual labels:  sage
sage-woocommerce
No description or website provided.
Stars: ✭ 64 (+433.33%)
Mutual labels:  sage
DataReused
Get Data Reused
Stars: ✭ 22 (+83.33%)
Mutual labels:  knowledge-graph
WhySoMuch
knowledge graph recommendation
Stars: ✭ 67 (+458.33%)
Mutual labels:  knowledge-graph
PheKnowLator
PheKnowLator: Heterogeneous Biomedical Knowledge Graphs and Benchmarks Constructed Under Alternative Semantic Models
Stars: ✭ 74 (+516.67%)
Mutual labels:  knowledge-graph
Interstellar
Interstellar: Searching Recurrent Architecture for Knowledge Graph Embedding. NeurIPS 2020.
Stars: ✭ 28 (+133.33%)
Mutual labels:  knowledge-graph
KNET
Neural Entity Typing with Knowledge Attention
Stars: ✭ 65 (+441.67%)
Mutual labels:  knowledge-graph
HyperKA
Knowledge Association with Hyperbolic Knowledge Graph Embeddings, EMNLP 2020
Stars: ✭ 27 (+125%)
Mutual labels:  knowledge-graph

Sage

Sage is an open source Knowledge Graph used to represent linked-data. It comprises of varieties of features that makes it stand out amongst other (open source) Knowledge Graphs.

CI Audit Appveyor Build status Travis Build Status GitHub issues License Apache-2.0

Features / Advantages

  • Usage

    • Easy to get started
    • Simple & intuitive Query API
  • Features

    • Built-in visualizer
    • Multi-schema support
    • REST / GraphQL API
    • Command line interface
  • Machine Learning

    • Natural Language Processing
    • Semantic parser
    • Graph Neural Network
    • Graph embedding
  • Bonus

    • Written in Rust (lightening fast)
    • Community driven
    • Multi threaded / non-blocking
    • Support for Python sage-py - for Machine Learning tasks
    • Support for JavaScript sage-js for Web Assembly & Mobile integration

Usage

Add this to your [dependencies] section in your Cargo.toml file.

[dependencies]
sage = "0.3"

Other Language Support

Other supporting projects that extends the functionality of sage to other programming languages.

  • sage-py - Python bindings for Natural Language Processing.
  • sage-js - JavaScript for visualization, web assembly & mobile integration.
  • sage-graph - Underlying graph data structure behind sage.

Contribution

You are very welcome to modify and use them in your own projects.

Please keep a link to the original repository. If you have made a fork with substantial modifications that you feel may be useful, then please open a new issue on GitHub with a link and short description.

License (Apache)

This project is opened under the Apache License 2.0 which allows very broad use for both private and commercial purposes.

A few of the images used for demonstration purposes may be under copyright. These images are included under the "fair usage" laws.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].