diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-02-07 01:20:06 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-02-07 01:20:06 +0100 |
| commit | 6e59ca4ebf6db19a76c01260d54eebfa697685af (patch) | |
| tree | 2cfe0566b29cb5ed7a49102aca1a87695ed8182d /htroot/DictionaryLoader_p.html | |
| parent | 0e6729f9bc232ea01e9a44dcfaeda9ffa362a533 (diff) | |
removed jena library and all code that depended on jena. When jena was
introduced, it was also used for search facets. The generic search
facets are now deduced from generic solr fields which makes jena as tool
for facet semantics superfluous.
Diffstat (limited to 'htroot/DictionaryLoader_p.html')
| -rw-r--r-- | htroot/DictionaryLoader_p.html | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/htroot/DictionaryLoader_p.html b/htroot/DictionaryLoader_p.html index 58e868a6b..2a0e2e409 100644 --- a/htroot/DictionaryLoader_p.html +++ b/htroot/DictionaryLoader_p.html @@ -14,51 +14,7 @@ included in the main release of YaCy because they would increase the application file too much. You can download additional files here. </p> - - - <form action="DictionaryLoader_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> - <fieldset> - <legend>Persons</legend> - Person dictionaries will help YaCy to identify Person names in input documents. As a result, a person Navigator is presented - - <h4><a href="http://wiki.dbpedia.org/Downloads37#pnd" target="_blank">PND (Personennamendatei) identifiers from dbPedia - wikipedia extraction</a></h4> - <p>This file provides 150000 person names as an extraction from wikipedia where a PND from the Deutsche Nationalbibliothek is mentioned. It is not the 'raw' PND from d-dnb.de which is much larger but not available in the public.</p><!--http://downloads.dbpedia.org/3.7-i18n/de/pnd_de.nt.bz2--> - - <dl> - <dt><label>Download from</label></dt> - <dd>#[pnd0URL]#</dd> - <dt><label>Storage location</label></dt> - <dd>#[pnd0Storage]#</dd> - <dt><label>Status</label></dt> - <dd>#(pnd0Status)#<div class="info">not loaded</div>::<div class="commit">loaded</div>::deactivated#(/pnd0Status)#</dd> - <dt>Action</dt> - <dd>#(pnd0Status)# - <input type="submit" name="pnd0Load" value="Load" />:: - <input type="submit" name="pnd0Deactivate" value="Deactivate" /> - <input type="submit" name="pnd0Remove" value="Remove" />:: - <input type="submit" name="pnd0Activate" value="Activate" /> - <input type="submit" name="pnd0Remove" value="Remove" /> - #(/pnd0Status)#</dd> - #(pnd0ActionLoaded)#:: - <dt>Result</dt><dd><div class="commit">loaded and activated dictionary file</div></dd>:: - <dt>Result</dt><dd><div class="error">loading of dictionary file failed: #[error]#</div></dd> - #(/pnd0ActionLoaded)# - #(pnd0ActionRemoved)#:: - <dt>Result</dt><dd><div class="commit">deactivated and removed dictionary file</div></dd>:: - <dt>Result</dt><dd><div class="error">cannot remove dictionary file: #[error]#</div></dd> - #(/pnd0ActionRemoved)# - #(pnd0ActionDeactivated)#:: - <dt>Result</dt><dd><div class="commit">deactivated dictionary file</div></dd>:: - <dt>Result</dt><dd><div class="error">cannot deactivate dictionary file: #[error]#</div></dd> - #(/pnd0ActionDeactivated)# - #(pnd0ActionActivated)#:: - <dt>Result</dt><dd><div class="commit">activated dictionary file</div></dd>:: - <dt>Result</dt><dd><div class="error">cannot activate dictionary file: #[error]#</div></dd> - #(/pnd0ActionActivated)# - </dl> - </fieldset> - </form> - + <form action="DictionaryLoader_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <fieldset> <legend>Geolocalization</legend> |
