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
Run Any Workload on Compute Engine VMs Icon
Run Any Workload on Compute Engine VMs

From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
Try Compute Engine
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