Skip to content

Commit 7502e5c

Browse files
committed
A typo has been fixed and the description of the parser has been improved
1 parent 767d16b commit 7502e5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

parser.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: Parser
66
<div id="parser" class="jumbotron">
77
<p>
88
The parser provided by CodeOntology allows to analyze Java source code and generate RDF triples.
9+
It is available on <a class="relevant" href="https://github.com/codeontology/parser">GitHub</a>, along with a tutorial on how to use it to analyze different kinds of Java projects.
910
</p>
1011
<p>
1112
The following image shows an excerpt of the output of the parser, when it is applied to a simple Hello World program.
@@ -14,14 +15,14 @@ For more details, see the <a class="relevant" href="{{ site.baseurl }}/docs">doc
1415
<img id="helloCodeOntology" alt="" src="public/img/helloCodeOntology.jpg" class="profile">
1516
<p>
1617
The parser has been applied to extract a knowledge base from the OpenJDK 8 source code.
17-
Here are some information about the extracted RDF triples. As we can see, most of the triples generated by the parser are about structural information common to all object-oriented programming languages, like class hierarchy, methods and constructors.
18+
Here are some details about the extracted RDF triples. As we can see, most of the triples generated by the parser are about structural information common to all object-oriented programming languages, like class hierarchy, methods and constructors.
1819
</p>
1920
<ul>
2021
<li>Structural information on source code: 1981108 triples</li>
2122
<li>DBpedia links: 309688 triples</li>
2223
<li>Actual source code as literals: 134757 triples</li>
2324
<li>Literal Comments: 105881 triples</li>
2425
</ul>
25-
<p>This breakdown of the dataset extracted from OpenJDK is available for download on <a class="relevant" href="https://doi.org/10.5281/zenodo.818116">Zenodo</a>.</p>
26+
<p>This breakdown of the dataset extracted from OpenJDK is available for download on <a class="relevant" href="https://doi.org/10.5281/zenodo.818116">Zenodo</a>. Furthermore, it can be queried directly through our remote <a class="relevant" href="{{ site.baseurl }}/sparql">SPARQL endpoint</a>.</p>
2627
</div>
2728

0 commit comments

Comments
 (0)