package org.wikibrain.parser.wiki; import org.wikibrain.core.model.Title; public class ParsedCategory extends ParsedEntity { public Title category; }