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
{{ message }}
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@
22
22
- [Usage](#usage)
23
23
- [Example](#example)
24
24
- [Supported Reasoning Profiles](#)
25
-
- [RDFS](#rdfs)
26
-
- [RDFS Simple](#rdfs-simple)
27
-
- [OWL Horst](#owl-horst)
25
+
- [RDFS](#rdfs)
26
+
- [RDFS Simple](#rdfs-simple)
27
+
- [OWL Horst](#owl-horst)
28
28
29
29
30
30
## Structure
@@ -46,7 +46,7 @@ Contains common test classes and data.
46
46
### Prerequisites
47
47
* Maven 3.x
48
48
* Java 8
49
-
* Scala 2.11 (support for Scala 2.10 is planned)
49
+
* Scala 2.11 (support for Scala 2.12 once Spark moved to Scala 2.12 as well)
50
50
* Apache Spark 2.x
51
51
* Apache Flink 1.x
52
52
@@ -151,7 +151,7 @@ where `VERSION` is the released version you want to use.
151
151
## Usage
152
152
Besides using the Inference API in your application code, we also provide a command line interface with various options that allow for a convenient way to use the core reasoning algorithms:
0 commit comments