diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-06-15 19:19:18 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-06-15 19:19:18 +0200 |
| commit | a0f1decd827a85f2152f9387020f6185513c456e (patch) | |
| tree | 6abd3a4e0c61201972626c63720166998820aefc /htroot/DictionaryLoader_p.html | |
| parent | 6d17686258730c14cac0d019e0fb2bc45fac155b (diff) | |
- added loading of the dbpedia pnd triplestore in the dictionary loader
- renamed the dictionary loader to knowledge loader
- some refactoring in the library provider method names
Diffstat (limited to 'htroot/DictionaryLoader_p.html')
| -rw-r--r-- | htroot/DictionaryLoader_p.html | 48 |
1 files changed, 46 insertions, 2 deletions
diff --git a/htroot/DictionaryLoader_p.html b/htroot/DictionaryLoader_p.html index f7bd274a9..fd48f6c6a 100644 --- a/htroot/DictionaryLoader_p.html +++ b/htroot/DictionaryLoader_p.html @@ -1,13 +1,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>YaCy '#[clientname]#': Dictionary Loader</title> + <title>YaCy '#[clientname]#': Knowledge Loader</title> #%env/templates/metas.template%# </head> <body id="DictionaryLoader"> #%env/templates/header.template%# #%env/templates/submenuSemantic.template%# - <h2>Dictionary Loader</h2> + <h2>Knowledge Loader</h2> <p> YaCy can use external libraries to enable or enhance some functions. These libraries are not @@ -15,6 +15,50 @@ 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">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> |
