Downloads
Release notes
Fixed : #883186: tag_exists() fails to match certain tags
Fixed : #900546: Tagging vocab extractor suggestions missing in CVS repository 6.x.-2.4
Fixed : #928974: Bug in AlchemyAPI Plugin
Added : #877798: Integration with user_terms
Generally some minor fixes.
Added support for tagging users using user_terms.
tagging_extractor_suggest has been removed due to disfunctionality of the API (it seems not to get maintained at all).
Added new drupalwiki_taggins_suggest which actually does similar, more advanced content analysis and gives you suggestions based on it. It supports stopwords, better weight count and has included the new API "new tags".
This new API "new tags" can be used to flag suggested tags as new, others are tags which are already in the system (but not used for this node). Those tags are then showed differently in color and users can see what "others have tagged already" and what they could use for new tags.
drupalwiki_tagging_suggest is by far not as good in quality as OpenCalais or Alchemy API but it gives you a out-of-the-box functionality which is fine and you dont need to send any content to a other service (sensitive data)