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