yacy_search_server/source/de/anomic/data
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
..
list *) Classes to handle import of lists (especially blacklists) from XML files, not used yet, but will be used soon. 2009-04-05 13:36:44 +00:00
wiki refactoring: 2009-07-19 20:37:44 +00:00
AbstractBlacklist.java *) added new method "contains()" to Blacklist interface 2009-04-18 16:27:17 +00:00
Blacklist.java *) added new method "contains()" to Blacklist interface 2009-04-18 16:27:17 +00:00
blogBoard.java removed strange debugging strings 2009-07-06 15:21:43 +00:00
blogBoardComments.java removed strange debugging strings 2009-07-06 15:21:43 +00:00
bookmarksDB.java redesign of access to the HTCache (now http.client.Cache): 2009-07-23 21:31:51 +00:00
DefaultBlacklist.java refactoring: better abstraction of reference and metadata prototypes. 2009-04-03 13:23:45 +00:00
DidYouMean.java - moved DidYouMean to the data package 2009-09-01 13:04:35 +00:00
DidYouMeanLibrary.java added a library provider which holds libraries in static objects, 2009-09-01 13:54:43 +00:00
diff.java refactoring of parsers and document processing 2009-07-08 21:48:08 +00:00
LibraryProvider.java added a library provider which holds libraries in static objects, 2009-09-01 13:54:43 +00:00
listManager.java refactoring: 2009-07-19 20:37:44 +00:00
messageBoard.java removed strange debugging strings 2009-07-06 15:21:43 +00:00
SitemapParser.java redesign of access to the HTCache (now http.client.Cache): 2009-07-23 21:31:51 +00:00
translator.java removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 2009-07-17 13:59:21 +00:00
URLAnalysis.java - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 2009-06-07 21:48:01 +00:00
URLLicense.java small corrections to image loading methods in result presentation 2009-03-06 15:39:02 +00:00
userDB.java refactoring: 2009-07-19 20:37:44 +00:00