stc-attributes.xml 777 B

12345678910111213141516171819
  1. <!--
  2. Default configuration for the STC clustering algorithm.
  3. This file can be loaded (and saved) by Carrot2 Workbench.
  4. http://project.carrot2.org/download.html
  5. -->
  6. <attribute-sets default="attributes">
  7. <attribute-set id="attributes">
  8. <value-set>
  9. <label>attributes</label>
  10. <attribute key="MultilingualClustering.defaultLanguage">
  11. <value type="org.carrot2.core.LanguageCode" value="ENGLISH"/>
  12. </attribute>
  13. <attribute key="MultilingualClustering.languageAggregationStrategy">
  14. <value type="org.carrot2.text.clustering.MultilingualClustering$LanguageAggregationStrategy" value="FLATTEN_MAJOR_LANGUAGE"/>
  15. </attribute>
  16. </value-set>
  17. </attribute-set>
  18. </attribute-sets>