Class GeoNamesID
- java.lang.Object
-
- it.uniroma1.lcl.kb.ResourceID
-
- it.uniroma1.lcl.babelnet.resources.GeoNamesID
-
public class GeoNamesID extends ResourceID
A resource identifier with the specified GeoNames resource id.Usage example:
ResourceID rID = new GeoNamesID("3169071");
- Author:
- vannella
-
-
Field Summary
-
Fields inherited from class it.uniroma1.lcl.kb.ResourceID
id, language, pos, source
-
-
Constructor Summary
Constructors Constructor Description GeoNamesID(String id)
-
-
-
Constructor Detail
-
GeoNamesID
public GeoNamesID(String id)
-
-