Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / productivity / SharePoint

Automatic Content Tagging for SharePoint 2010 Document Libraries

0.00/5 (No votes)
31 May 2011CPOL1 min read 19.9K  
Following project enables users to get Tag suggestions for the uploaded Documents in SharePoint 2010 libraries. Also it helps in bulk tagging in case of migration of large content
SmartTag is a SharePoint 2010 solution which provides feature of automatic identification of terms for document tagging.

Consider a scenario where you have to tag thousands of documents while migrating from old or some other system to SharePoint 2010 or, the people in your organization are bored of tagging documents manually as they are not able to find the relevant tags. In some scenarios, you also might not be able to decide which tag is most suitable for certain document till the time you manually read it. What if you upload the document and, the “Edit properties” form will display most suitable tags for document? What if, you don't have to manually tag thousands of documents after migration? If you are looking for the solution, SmartTag is the best solution for you.

Following are the features of SmartTag:

* Bulk document tagging after migration of huge content
* Auto suggesting tags to users while uploading documents
* Content analysis by making use of IFilters
* Finding relevant tags for optimal tagging
* Configurable number of words to be scanned from documents while identifying tags
* Configurable relevance parameter for finding best suitable tag for document
* Works with Office 2010 documents, PDF documents, TIFF images and almost every document type for which IFilter is available
* Document library event handler displays most suitable tags based on the configured rules while uploading document
* Configurable rules for individual document libraries and document library managed metadata columns
* Web interface for easy setup
* Command line utility provided for bulk tagging
* “Open Source & hence, Free! Free!! Free!!!”

The full project is available for download at http://smarttag.codeplex.com.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)