[nlp2rdf] 4 new revisions pushed by kur...@gmail.com on 2012-08-07 12:08 GMT

3 views
Skip to first unread message

nlp...@googlecode.com

unread,
Aug 7, 2012, 8:12:31 AM8/7/12
to nlp2r...@googlegroups.com
4 new revisions:

Revision: 8fe2abc58fdd
Author: kurzum
Date: Tue Aug 7 04:17:06 2012
Log: adjusted layout and title
http://code.google.com/p/nlp2rdf/source/detail?r=8fe2abc58fdd

Revision: bfb35798f616
Author: kurzum
Date: Tue Aug 7 05:02:31 2012
Log: adjusted layout and title
http://code.google.com/p/nlp2rdf/source/detail?r=bfb35798f616

Revision: 71d4246e3614
Author: kurzum
Date: Tue Aug 7 05:03:31 2012
Log: [No log message]
http://code.google.com/p/nlp2rdf/source/detail?r=71d4246e3614

Revision: a5b498146858
Author: kurzum
Date: Tue Aug 7 05:05:50 2012
Log: merged heads
http://code.google.com/p/nlp2rdf/source/detail?r=a5b498146858

==============================================================================
Revision: 8fe2abc58fdd
Author: kurzum
Date: Tue Aug 7 04:17:06 2012
Log: adjusted layout and title
http://code.google.com/p/nlp2rdf/source/detail?r=8fe2abc58fdd

Modified:
/nlp2rdf.lod2.eu/demo.php

=======================================
--- /nlp2rdf.lod2.eu/demo.php Mon Aug 6 06:59:50 2012
+++ /nlp2rdf.lod2.eu/demo.php Tue Aug 7 04:17:06 2012
@@ -97,6 +97,7 @@

<html>
<head>
+ <title>NIF Combinator: Combining NLP Tool Output</title>
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<!--[if lt IE 9]><script
src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript"
src="js/prettify.js"></script> <!--
PRETTIFY -->
@@ -157,11 +158,11 @@
<legend>Tools</legend>
<?php
$serviceCheckboxes=array(
- "<a href=\"http://nlp2rdf.org/implementations/snowballstemmer\"
target=_blank >Snowball Stemmer - Updated NIF 2.0
draft</a>"=>"http://nlp2rdf.lod2.eu/demo/NIFStemmer",
- "<a href=\"http://nlp2rdf.org/implementations/stanford-corenlp\"
target=_blank >Stanford CoreNLP - Updated NIF 2.0
draft</a>"=>"http://nlp2rdf.lod2.eu/demo/NIFStanfordCore",
+ "<a href=\"http://nlp2rdf.org/implementations/snowballstemmer\"
target=_blank >Snowball Stemmer</a> - NIF 2.0
draft"=>"http://nlp2rdf.lod2.eu/demo/NIFStemmer",
+ "<a href=\"http://nlp2rdf.org/implementations/stanford-corenlp\"
target=_blank >Stanford CoreNLP</a> - NIF 2.0
draft</a>"=>"http://nlp2rdf.lod2.eu/demo/NIFStanfordCore",
//"<a
href=\"http://code.google.com/p/nlp2rdf/source/browse/#hg%2Fimplementation%2Fopennlp\"
target=_blank >OpenNLP</a>"=>"http://nlp2rdf.lod2.eu/demo/NIFOpenNLP" ,
- "<a href=\"https://github.com/kenda/nlp2rdf.MontyLingua\"
target=_blank >MontyLingua - NIF
1.0</a>"=>"http://nlp2rdf.lod2.eu/demo/NIFMontyLingua" ,
- "<a href=\"https://github.com/robbl/node-dbpedia-spotlight-nif\"
target=_blank >DBpedia Spotlight - NIF
1.0</a>"=>"http://nlp2rdf.lod2.eu/demo/NIFDBpediaSpotlight"
+ "<a href=\"https://github.com/kenda/nlp2rdf.MontyLingua\"
target=_blank >MontyLingua</a> - NIF
1.0"=>"http://nlp2rdf.lod2.eu/demo/NIFMontyLingua" ,
+ "<a href=\"https://github.com/robbl/node-dbpedia-spotlight-nif\"
target=_blank >DBpedia Spotlight</a> - NIF
1.0"=>"http://nlp2rdf.lod2.eu/demo/NIFDBpediaSpotlight"
);
$first = true;
foreach($serviceCheckboxes as $key=>$value ){

==============================================================================
Revision: bfb35798f616
Author: kurzum
Date: Tue Aug 7 05:02:31 2012
Log: adjusted layout and title
http://code.google.com/p/nlp2rdf/source/detail?r=bfb35798f616

Modified:
/nlp2rdf.lod2.eu/demo.php

=======================================
--- /nlp2rdf.lod2.eu/demo.php Tue Aug 7 04:17:06 2012
+++ /nlp2rdf.lod2.eu/demo.php Tue Aug 7 05:02:31 2012
@@ -115,14 +115,16 @@

<body>
<?php //print_r($_REQUEST); ?>
- <h3>NIF Combinator</h3>
- <p id="about">This web site show cases and combines available demo nif
web services. Note that the list displayed here is not complete. More tools
will be added soon. Read the <a
href="http://svn.aksw.org/papers/2012/NIF/EKAW_DEMO/ekaw_demo_public_draft.pdf"
target="_blank">full documentation</a>. The code for this demo is available
<a
href="http://code.google.com/p/nlp2rdf/source/browse/nlp2rdf.lod2.eu/demo.php"
target="_blank" >here</a>. This service also allows you to retrieve the raw
data. Use the <em>format</em> parameter which supports <em>rdfxml, turtle,
rdfjson, ntriples</em> as values. You can also use the <em>Accept:</em>
header with the appropriate content-type. Note that this service is
currently using NIF-1.0, while the NIF-2.0 specification is in work. Take a
look at the <a href="http://nlp2rdf.org/news/nif-roadmap-2012-and-pointers"
target="_blank">roadmap</a> for further informations.
- </p>
+ <h3>NIF Combinator: Combining NLP Tool Output</h3>
+ <!--p id="about">This web site show cases and combines available demo
nif web services. Note that the list displayed here is not complete. More
tools will be added soon. Read the <a
href="http://svn.aksw.org/papers/2012/NIF/EKAW_DEMO/ekaw_demo_public_draft.pdf"
target="_blank">full documentation</a>. The code for this demo is available
<a
href="http://code.google.com/p/nlp2rdf/source/browse/nlp2rdf.lod2.eu/demo.php"
target="_blank" >here</a>. This service also allows you to retrieve the raw
data. Use the <em>format</em> parameter which supports <em>rdfxml, turtle,
rdfjson, ntriples</em> as values. You can also use the <em>Accept:</em>
header with the appropriate content-type. Note that this service is
currently using NIF-1.0, while the NIF-2.0 specification is in work. Take a
look at the <a href="http://nlp2rdf.org/news/nif-roadmap-2012-and-pointers"
target="_blank">roadmap</a> for further informations.
+ </p-->
<form>
<div class="col_6">
+ <p id="about">This web site show cases and combines available demo nif
web services. Note that the list displayed here is not complete. More tools
will be added soon. Read the <a
href="http://svn.aksw.org/papers/2012/NIF/EKAW_DEMO/ekaw_demo_public_draft.pdf"
target="_blank">full documentation</a>. The code for this demo is available
<a
href="http://code.google.com/p/nlp2rdf/source/browse/nlp2rdf.lod2.eu/demo.php"
target="_blank" >here</a>. This service also allows you to retrieve the raw
data. Use the <em>format</em> parameter which supports <em>rdfxml, turtle,
rdfjson, ntriples</em> as values. You can also use the <em>Accept:</em>
header with the appropriate content-type. Note that this service is
currently using NIF-1.0, while the NIF-2.0 specification is in work. Take a
look at the <a href="http://nlp2rdf.org/news/nif-roadmap-2012-and-pointers"
target="_blank">roadmap</a> for further informations.
+ </p>
<fieldset>
<legend>Input text</legend>
- <textarea name="text"><?php
+ <textarea name="text" ><?php
if (isset($_REQUEST['text'] )) {
echo $_REQUEST['text'] ;
} else {

==============================================================================
Revision: 71d4246e3614
Author: kurzum
Date: Tue Aug 7 05:03:31 2012
Log: [No log message]
http://code.google.com/p/nlp2rdf/source/detail?r=71d4246e3614



==============================================================================
Revision: a5b498146858
Author: kurzum
Date: Tue Aug 7 05:05:50 2012
Log: merged heads
http://code.google.com/p/nlp2rdf/source/detail?r=a5b498146858


Reply all
Reply to author
Forward
0 new messages