We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bbb94 commit 1ce388aCopy full SHA for 1ce388a
configTest.xml
@@ -5,7 +5,7 @@
5
<searchPage file="test/search.html"/>
6
<index recurse="true"/>
7
<stopwords file="test/test_stopwords.txt"/>
8
- <dictionary file="xsl/english_words.txt"/>
+ <dictionary file="dicts/words_en.txt"/>
9
<scoringAlgorithm name="raw"/>
10
<stemmer dir="stemmers/en/"/>
11
<tokenizer minWordLength="2"/>
tei/config_tei.xml
@@ -18,7 +18,7 @@
18
<totalKwicLength>15</totalKwicLength>
19
<kwicTruncateString>...</kwicTruncateString>
20
<stopwordsFile>tei_stopwords.txt</stopwordsFile>
21
- <dictionaryFile>../xsl/english_words.txt</dictionaryFile>
+ <dictionaryFile>../dicts/words_en.txt</dictionaryFile>
22
<outputFolder>staticSearch</outputFolder>
23
</params>
24
0 commit comments