-
Notifications
You must be signed in to change notification settings - Fork 2
Auto Tagging
Karanjit Singh Gill edited this page Jun 23, 2017
·
1 revision
- Install and enable the Porter stemmer module for Drupal 7.
- After installation you need to rebuild the search index.
- Goto Configuration -> Search and Metadata -> Search Settings -> Indexing Status -> Re-index Site.
- Goto Configuration -> System -> Cron -> Run Cron. To start the rebuild.
- If the tag fields are already set skip to #3.
- Add Tag field.
- Goto Structure -> Content-Types -> {any content type that needs to have tags} -> Manage Fields -> Add new fields -> {field name} -> Select field type -> Term reference -> Select a widget -> Autocomplete term widget (tagging).
- Open edit tab for the tags field created above -> Scroll to “Tags” field settings -> Number of values -> Unlimited (Recommended, but it can be limited to any value)
- Click on Enable Translation under Field Translation.(Reason for Error #1).
- Choose the appropriate Vocabulary for this field.
- Install and enable MLtag module.
- Goto Configuration -> MLtag settings -> Algorithm -> Select an algorithm (Word Co-occurence is Recommended) -> Check Enable Learning Algorithm -> Set a Implicit Tag count -> Add vocabulary terms to the trained model.
- Goto -> Configure fields for MLtag -> Select the fields for the desired content types.
- Goto -> Insert Values -> Perform Training to manually train the model.
- The MLtag module is now setup. You can use this module under the MLtag settings option while creating a content.
- Install and enable the module.
- Goto Configuration -> Content Authoring -> Suggested Terms -> Set maximum number of links -> Set link order -> Select which terms to display -> Save configuration.
Home
- Introduction
- Content Publishing Workflow
- Localization support for Indian Languages
- Content Versioning
- User Reputation Model
- Content categorization
- Search and tagging
Getting Started
Further Developments