source: gs3-extensions/solr/trunk/src/conf/clustering/carrot2/kmeans-attributes.xml@ 29135

Last change on this file since 29135 was 29135, checked in by ak19, 10 years ago

Part of port from lucene3.3.0 to lucene4.7.2. Solr related. conf and lib folders for solr4.7.2.

File size: 774 bytes
Line 
1<!--
2 Default configuration for the bisecting k-means clustering algorithm.
3
4 This file can be loaded (and saved) by Carrot2 Workbench.
5 http://project.carrot2.org/download.html
6-->
7<attribute-sets default="attributes">
8 <attribute-set id="attributes">
9 <value-set>
10 <label>attributes</label>
11 <attribute key="MultilingualClustering.defaultLanguage">
12 <value type="org.carrot2.core.LanguageCode" value="ENGLISH"/>
13 </attribute>
14 <attribute key="MultilingualClustering.languageAggregationStrategy">
15 <value type="org.carrot2.text.clustering.MultilingualClustering$LanguageAggregationStrategy" value="FLATTEN_MAJOR_LANGUAGE"/>
16 </attribute>
17 </value-set>
18 </attribute-set>
19</attribute-sets>
Note: See TracBrowser for help on using the repository browser.