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
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try 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