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

Class EnglishPunctuations

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean contains(java.lang.String word)
      Returns true if this dictionary contains the specified word.
      static EnglishPunctuations getInstance()
      Returns the singleton instance.
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static EnglishPunctuations getInstance()
        Returns the singleton instance.
      • contains

        public boolean contains(java.lang.String word)
        Description copied from interface: Dictionary
        Returns true if this dictionary contains the specified word.
        Specified by:
        contains in interface Dictionary
      • size

        public int size()
        Description copied from interface: Dictionary
        Returns the number of elements in this dictionary.
        Specified by:
        size in interface Dictionary
      • iterator

        public java.util.Iterator<java.lang.String> iterator()
        Description copied from interface: Dictionary
        Returns an iterator over the elements in this dictionary.
        Specified by:
        iterator in interface Dictionary

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.