Skip to content

Commit 1ce388a

Browse files
committed
Further updates to existing config files for issue #322.
1 parent e9bbb94 commit 1ce388a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<searchPage file="test/search.html"/>
66
<index recurse="true"/>
77
<stopwords file="test/test_stopwords.txt"/>
8-
<dictionary file="xsl/english_words.txt"/>
8+
<dictionary file="dicts/words_en.txt"/>
99
<scoringAlgorithm name="raw"/>
1010
<stemmer dir="stemmers/en/"/>
1111
<tokenizer minWordLength="2"/>

tei/config_tei.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<totalKwicLength>15</totalKwicLength>
1919
<kwicTruncateString>...</kwicTruncateString>
2020
<stopwordsFile>tei_stopwords.txt</stopwordsFile>
21-
<dictionaryFile>../xsl/english_words.txt</dictionaryFile>
21+
<dictionaryFile>../dicts/words_en.txt</dictionaryFile>
2222
<outputFolder>staticSearch</outputFolder>
2323
</params>
2424

0 commit comments

Comments
 (0)