edu.mit.jwi.item
Interface ISynsetID

All Superinterfaces:
IHasPOS, IItemID<ISynset>, java.io.Serializable
All Known Implementing Classes:
SynsetID

public interface ISynsetID
extends IHasPOS, IItemID<ISynset>

A unique identifier for a synset, sufficient to retrieve it from the Wordnet database. It consists of a part of speech and an offset.

Since:
JWI 1.0
Version:
2.4.0
Author:
Mark A. Finlayson

Method Summary
 int getOffset()
          Returns the offset for the specified synset.
 
Methods inherited from interface edu.mit.jwi.item.IHasPOS
getPOS
 

Method Detail

getOffset

int getOffset()
Returns the offset for the specified synset.

Returns:
the byte offset for the specified synset
Since:
JWI 1.0


Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.