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,
com.babelscape.util.POS pos)
Constructs a Wikiquote ID
|
getTitle
equals, getID, getLanguage, getPOS, getSource, hashCode, toString, toSynsets, toSynsets
public WikiquoteID(String title, it.uniroma1.lcl.jlt.util.Language language, com.babelscape.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–2018. All rights reserved.