mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Fix error
This commit is contained in:
parent
ef191efdc8
commit
632867dbff
@ -1 +0,0 @@
|
|||||||
../../../tests/config/config.d/nlp.xml
|
|
22
programs/server/config.d/nlp.xml
Normal file
22
programs/server/config.d/nlp.xml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<clickhouse>
|
||||||
|
<synonyms_extensions>
|
||||||
|
<extension>
|
||||||
|
<name>en</name>
|
||||||
|
<type>plain</type>
|
||||||
|
<path>config.d/ext-en.txt</path>
|
||||||
|
</extension>
|
||||||
|
<extension>
|
||||||
|
<name>ru</name>
|
||||||
|
<type>plain</type>
|
||||||
|
<path>config.d/ext-ru.txt</path>
|
||||||
|
</extension>
|
||||||
|
</synonyms_extensions>
|
||||||
|
|
||||||
|
<lemmatizers>
|
||||||
|
<lemmatizer>
|
||||||
|
<lang>en</lang>
|
||||||
|
<path>config.d/lem-en.bin</path>
|
||||||
|
</lemmatizer>
|
||||||
|
</lemmatizers>
|
||||||
|
</clickhouse>
|
@ -4,19 +4,19 @@
|
|||||||
<extension>
|
<extension>
|
||||||
<name>en</name>
|
<name>en</name>
|
||||||
<type>plain</type>
|
<type>plain</type>
|
||||||
<path>config.d/ext-en.txt</path>
|
<path>/etc/clickhouse-server/config.d/ext-en.txt</path>
|
||||||
</extension>
|
</extension>
|
||||||
<extension>
|
<extension>
|
||||||
<name>ru</name>
|
<name>ru</name>
|
||||||
<type>plain</type>
|
<type>plain</type>
|
||||||
<path>config.d/ext-ru.txt</path>
|
<path>/etc/clickhouse-server/config.d/ext-ru.txt</path>
|
||||||
</extension>
|
</extension>
|
||||||
</synonyms_extensions>
|
</synonyms_extensions>
|
||||||
|
|
||||||
<lemmatizers>
|
<lemmatizers>
|
||||||
<lemmatizer>
|
<lemmatizer>
|
||||||
<lang>en</lang>
|
<lang>en</lang>
|
||||||
<path>config.d/lem-en.bin</path>
|
<path>/etc/clickhouse-server/config.d/lem-en.bin</path>
|
||||||
</lemmatizer>
|
</lemmatizer>
|
||||||
</lemmatizers>
|
</lemmatizers>
|
||||||
</clickhouse>
|
</clickhouse>
|
||||||
|
Loading…
Reference in New Issue
Block a user