Documentation of 'smile.nlp.dictionary.Dictionary' Java class
Dictionary
smile.nlp.dictionary

Interface Dictionary

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean contains(java.lang.String word)
      Returns true if this dictionary contains the specified word.
      java.util.Iterator<java.lang.String> iterator()
      Returns an iterator over the elements in this dictionary.
      int size()
      Returns the number of elements in this dictionary.
    • Method Detail

      • contains

        boolean contains(java.lang.String word)
        Returns true if this dictionary contains the specified word.
      • size

        int size()
        Returns the number of elements in this dictionary.
      • iterator

        java.util.Iterator<java.lang.String> iterator()
        Returns an iterator over the elements in this dictionary.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.