Remove obsolete dir dictionaries

obsolete since 67eddaec4b
pull/461/head
reger24 3 years ago
parent a37352cfa7
commit 2d53147d7f

@ -227,17 +227,16 @@ task copyFilesToDistDir (type: Copy, dependsOn : ['jar', 'compileHtrootServlets'
include 'addon/**'
include 'bin/**'
include 'defaults/**'
include 'dictionaries/**'
include 'examples/**'
include 'gradle/**'
include 'htroot/**'
include 'langdetect/**'
//include 'lib/**' // do not copy old ant lib, gradle dependencies will be copied into lib by task copy copyDependenciesForDistribution
// include 'lib/**' // do not copy old ant lib, gradle dependencies will be copied into lib by task copy copyDependenciesForDistribution
include 'libbuild/**'
include 'locales/**'
include 'skins/**'
include 'source/**'
include 'vocabularies/**'
// include 'vocabularies/**' // not included in prev releases
include '*.bat'
include '*.sh'

@ -1,16 +0,0 @@
The dictionaries directory contains files that YaCy can use to generate
- better 'did you mean' hints
- annotated content for search navigation (future feature)
These files are once read and translated into a YaCy-internal format.
To integrate dictionaries, you must download them separately in store them in DATA/DICTIONARIES/source
You can do that with the following files:
Korpusbasierte Wortgrundformliste DeReWo des Institut für Deutsche Sprache:
derewo-v-30000g-2007-12-31-0.1.txt
from
http://www.ids-mannheim.de/kl/derewo/derewo-v-30000g-2007-12-31-0.1.zip
Loading…
Cancel
Save