Skip to content

Commit e5d79d5

Browse files
committed
fixed keys
1 parent 768b6ef commit e5d79d5

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

res/misc/TODO.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Before applying certain NER tool, you must complete the keys.xml file, as explained in the README file.

res/misc/keys.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<keys
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="../schemas/keys.xsd">
5+
<!--
6+
Nerwip - Named Entity Extraction in Wikipedia Pages
7+
Copyright 2011 Yasa Akbulut, Burcu Küpelioğlu & Vincent Labatut
8+
Copyright 2012 Burcu Küpelioğlu, Samet Atdağ & Vincent Labatut
9+
Copyright 2013 Samet Atdağ & Vincent Labatut
10+
Copyright 2014-15 Vincent Labatut
11+
12+
This file is part of Nerwip - Named Entity Extraction in Wikipedia Pages.
13+
14+
Nerwip - Named Entity Extraction in Wikipedia Pages is free software: you can
15+
redistribute it and/or modify it under the terms of the GNU General Public License
16+
as published by the Free Software Foundation, either version 2 of the License, or
17+
(at your option) any later version.
18+
19+
Nerwip - Named Entity Extraction in Wikipedia Pages is distributed in the hope
20+
that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
21+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
22+
License for more details.
23+
24+
You should have received a copy of the GNU General Public License
25+
along with Nerwip - Named Entity Extraction in Wikipedia Pages.
26+
If not, see <http://www.gnu.org/licenses/>.
27+
-->
28+
29+
<key name="Freebase" value="" />
30+
<key name="OpenCalais" value="" />
31+
32+
</keys>

0 commit comments

Comments
 (0)