yacy_search_server/source/de/anomic
orbiter bfa273bcc1 added a library provider which holds libraries in static objects,
which can be used by any other classes to support their functions.
libraries are designed in such a way that users can create and
insert their own library files, but can also be imported from
other sources. As an example the "Korpusbasierte Wortgrundformliste
DeReWo des Institut für Deutsche Sprache" from
http://www.ids-mannheim.de has been integrated. This dictionary
is licensed to be used for all non-profit purposes. In case that
YaCy is used for commercial uses, this library must be removed.
The new library provilder reads the original source and translates
it into a simple word list to be used for the did-you-mean library
provider. More libraries may be provided in the future using
a download-servlet which puts files from the internet into the
<application-root>/dictionaries/ path.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6282 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-09-01 13:54:43 +00:00
..
content refactoring of parsers and document processing 2009-07-08 21:48:08 +00:00
crawler refactoring of snippet cache 2009-08-27 14:34:41 +00:00
data added a library provider which holds libraries in static objects, 2009-09-01 13:54:43 +00:00
document better concurrency, less blocking & performance hacks 2009-08-29 23:34:14 +00:00
http refactoring of search process. 2009-08-24 15:24:02 +00:00
kelondro better care to do not loose the merge/dump thread 2009-08-29 23:35:03 +00:00
net refactoring: 2009-07-19 20:37:44 +00:00
search removed debugging code 2009-08-30 11:03:34 +00:00
server some performance hacks (CPU only, not IO) 2009-08-28 13:28:11 +00:00
tools - moved DidYouMean to the data package 2009-09-01 13:04:35 +00:00
yacy more refactoring of search 2009-08-27 15:19:48 +00:00
ymage some performance hacks (CPU only, not IO) 2009-08-28 13:28:11 +00:00