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
**Get in touch with DBpedia**: https://wiki.dbpedia.org/join/get-in-touch <br/>
7
-
**Slack**: join the [**#dev-team**](https://dbpedia.slack.com/archives/C0L9MJFU7)slack channel within the the [DBpedia Slack workspace](https://dbpedia-slack.herokuapp.com/) - the main point for [developement updates](https://github.com/dbpedia/extraction-framework/blob/master/.github/workflows/maven.yml) and discussions <br/>
7
+
**Slack**: join the [**#dev-team**](https://dbpedia.slack.com/archives/C0L9MJFU7)Slack channel within the DBpedia Slack workspace — the main point for [development updates](https://github.com/dbpedia/extraction-framework/blob/master/.github/workflows/maven.yml) and discussions <br/>
8
8
9
9
## Contents
10
10
@@ -60,8 +60,9 @@ The DBpedia extraction framework is structured into different modules
60
60
***Dump extraction Module** : Contains the DBpedia dump extraction application.
61
61
62
62
### Core Module
63
+
<!-- original link to Data flow image was broken -- replaced by archive.org link -->
@@ -76,9 +77,13 @@ The DBpedia extraction framework is structured into different modules
76
77
77
78
In addition to the core components, a number of utility packages offers essential functionality to be used by the extraction code:
78
79
79
-
***Ontology** Classes used to represent an ontology. Methods for both, reading and writing ontologies are provided. All classes are located in the namespace [org.dbpedia.extraction.ontology](tree/master/core/src/main/scala/org/dbpedia/extraction/ontology)
80
-
***DataParser** Parsers to extract data from nodes in the abstract syntax tree. All classes are located in the namespace [org.dbpedia.extraction.dataparser](tree/master/core/src/main/scala/org/dbpedia/extraction/dataparser)
81
-
***Util** Various utility classes. All classes are located in the namespace [org.dbpedia.extraction.util](tree/master/core/src/main/scala/org/dbpedia/extraction/util)
80
+
***Ontology** Classes used to represent an ontology. Methods for both, reading and writing ontologies are provided. All classes are located in the namespace [org.dbpedia.extraction.ontology](https://github.com/dbpedia/extraction-framework/tree/master/core/src/main/scala/org/dbpedia/extraction/ontology)
81
+
82
+
83
+
***DataParser** Parsers to extract data from nodes in the abstract syntax tree. All classes are located in the namespace [org.dbpedia.extraction.dataparser](https://github.com/dbpedia/extraction-framework/tree/master/core/src/main/scala/org/dbpedia/extraction/dataparser)
84
+
85
+
***Util** Various utility classes. All classes are located in the namespace [org.dbpedia.extraction.util](https://github.com/dbpedia/extraction-framework/tree/master/core/src/main/scala/org/dbpedia/extraction/util)
86
+
82
87
83
88
<aname="dump-extraction-module"></a>
84
89
### Dump extraction Module
@@ -119,10 +124,11 @@ Please keep in mind:
119
124
120
125
More tips:
121
126
- Guides to setup your development environment for [IntelliJ IDEA](https://github.com/dbpedia/extraction-framework/wiki/Setting-up-intellij-idea) or [Eclipse](https://github.com/dbpedia/extraction-framework/wiki/Setting-up-eclipse).
122
-
- Get help with the [Maven build](Build-from-Source-with-Maven) or another form of [installation](Installation).
123
-
-[Download](Downloads) some data to work with.
124
-
- How to run [from Scala/Java](Run-from-Java-or-Scala) or [from a JAR](Run-from-a-JAR).
125
-
- Having different troubles? Check the [troubleshooting page](Troubleshooting) or post on https://forum.dbpedia.org.
127
+
- Get help with the [quick-start guide](https://github.com/dbpedia/extraction-framework/blob/master/documentation/quickstart.md).
128
+
129
+
-[DBpedia resources](https://www.dbpedia.org/resources/) to work with.
130
+
131
+
- Having different troubles? Check the [troubleshooting page](https://www.dbpedia.org/sample-page) or post on https://forum.dbpedia.org.
126
132
127
133
### Important: Developer's Certificate of Origin
128
134
By sending a pull request to the [extraction-framework repository](https://github.com/dbpedia/extraction-framework) on GitHub, you implicitly accept the [Developer's Certificate of Origin 1.1](https://github.com/dbpedia/extraction-framework/blob/master/documentation/DeveloperCertificateOfOrigin.md)
0 commit comments