public class WikiquoteID extends ResourceWithLemmaID
Usage examples:
ResourceID rID = new WikiquoteID("Rome", Language.EN);
ResourceID rID = new WikiquoteID("Rome", Language.EN, BabelPOS.NOUN);
id, language, pos, source| Constructor and Description |
|---|
WikiquoteID(String title,
it.uniroma1.lcl.jlt.util.Language language)
Constructs a Wikiquote ID
|
WikiquoteID(String title,
it.uniroma1.lcl.jlt.util.Language language,
it.uniroma1.lcl.jlt.util.POS pos)
Constructs a Wikiquote ID
|
getTitleequals, getID, getLanguage, getPOS, getSource, hashCode, toString, toSynsets, toSynsetspublic WikiquoteID(String title, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos)
title - the page titlelanguage - the page languagepos - the part of speech tagInvalidSynsetIDException - thrown if the ID is invalidpublic WikiquoteID(String title, it.uniroma1.lcl.jlt.util.Language language)
title - the page titlelanguage - the page languageInvalidSynsetIDException - thrown if the ID is invalidCopyright © 2016–2022. All rights reserved.