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
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
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