Class IdResolver

java.lang.Object
pl.sgjp.morfeusz.IdResolver

public class IdResolver extends Object
Represents mappings for tags, names and labels.
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • IdResolver

      protected IdResolver(long cPtr, boolean cMemoryOwn)
  • Method Details

    • getCPtr

      protected static long getCPtr(IdResolver obj)
    • swigRelease

      protected static long swigRelease(IdResolver obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • getLabels

      public Collection<String> getLabels(int labelsId)
    • getTagsetId

      public String getTagsetId()
    • getTag

      public String getTag(int tagId)
    • getTagId

      public int getTagId(String tag)
    • getName

      public String getName(int nameId)
    • getNameId

      public int getNameId(String name)
    • getLabelsAsString

      public String getLabelsAsString(int labelsId)
    • getLabelsId

      public int getLabelsId(String labelsStr)
    • getTagsCount

      public long getTagsCount()
    • getNamesCount

      public long getNamesCount()
    • getLabelsCount

      public long getLabelsCount()