Tag4J
A java library for Tag Recommendation

Tag recommendation is the action of recommending new tags to be added to a resource based on the tags the resource already has or
other information about the resource such as its title.

This java library does just that.

Tutorial

Recommender r = new Recommender(1);

List<List<String>> list = new ArrayList<List<String();

List<String> tagSet1 = new ArrayList<String>();
tagSet1.add("Saturn");
tagSet1.add("Mars");

List<String> tagSet2 = new ArrayList<String>();
tagSet2.add("Venus");
tagSet2.add("Mars");

tagSet2.add("Earth");

list.add(tagSet1);
list.add(tagSet2);

r.computeRules(list);

List<String> myTags = new ArrayList<String>();
myTags.add("Mars");
myTags.add("Pluto");
List<Sting> suggested = r.suggestTags(myTags,null);

Project Activity

See All Activity >

Follow TagRecommendation4J

TagRecommendation4J Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of TagRecommendation4J!

Additional Project Details

Registered

2015-12-03