lingo-attributes.xml 951 B

123456789101112131415161718192021222324
  1. <!--
  2. Default configuration for the Lingo 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. <!--
  11. The language to assume for clustered documents.
  12. For a list of allowed values, see:
  13. http://download.carrot2.org/stable/manual/#section.attribute.lingo.MultilingualClustering.defaultLanguage
  14. -->
  15. <attribute key="MultilingualClustering.defaultLanguage">
  16. <value type="org.carrot2.core.LanguageCode" value="ENGLISH"/>
  17. </attribute>
  18. <attribute key="LingoClusteringAlgorithm.desiredClusterCountBase">
  19. <value type="java.lang.Integer" value="20"/>
  20. </attribute>
  21. </value-set>
  22. </attribute-set>
  23. </attribute-sets>