Skip to content

Commit 8a18ed8

Browse files
Update README.md
1 parent 8b86029 commit 8a18ed8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# wisecube
1+
# graphster
22

33

4-
`wisecube` is an open-source spark-based library for scalable, end-to-end knowledge graph construction and querying from unstructured and structured source data. The Wisecube library takes a collection of documents, extracts mentions and relations to populate a raw knowledge graph, links mentions to entities in Wikidata, and then enriches the knowledge graph with facts from Wikidata. Once the knowledge graph is built, Wisecube can also help natively query the knowledge graph using [`SPARQL`](https://en.wikipedia.org/wiki/SPARQL/).
4+
`graphster` is an open-source spark-based library for scalable, end-to-end knowledge graph construction and querying from unstructured and structured source data. The graphster library takes a collection of documents, extracts mentions and relations to populate a raw knowledge graph, links mentions to entities in Wikidata, and then enriches the knowledge graph with facts from Wikidata. Once the knowledge graph is built, graphster can also help natively query the knowledge graph using [`SPARQL`](https://en.wikipedia.org/wiki/SPARQL/).
55

66
See [`wisecube.org`](http://www.wisecube.org/) for an overview of the library.
77

@@ -10,10 +10,10 @@ This README provies instructions on how to use the library in your own project.
1010

1111
# Setup
1212

13-
Clone [wisecube](https://github.com/thecloudcircle/wisecube):
13+
Clone [wisecube](https://github.com/thecloudcircle/graphster):
1414

1515
```
16-
git clone https://github.com/thecloudcircle/wisecube.git
16+
git clone https://github.com/thecloudcircle/graphster.git
1717
```
1818

1919
## Configuration
@@ -153,4 +153,4 @@ graph LR
153153
C((Chemical)) -- interacts with --> B((Protein))
154154
A((Gene)) -- encodes --> D((_:blank))
155155
D((_:blank)) -- interacts with --> C((Chemical))
156-
```
156+
```

0 commit comments

Comments
 (0)