Class SwedishStopWords

  • All Implemented Interfaces:
    smile.nlp.dictionary.Dictionary, smile.nlp.dictionary.StopWords

    public final class SwedishStopWords
    extends java.lang.Object
    implements smile.nlp.dictionary.StopWords
    The Class SwedishStopWords.
    • Constructor Summary

      Constructors 
      Constructor Description
      SwedishStopWords()
      Instantiates a new swedish stop words.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.String word)
      Contains.
      java.util.Iterator<java.lang.String> iterator()
      Iterator.
      int size()
      Size.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwedishStopWords

        public SwedishStopWords()
        Instantiates a new swedish stop words.
    • Method Detail

      • contains

        public boolean contains​(java.lang.String word)
        Contains.
        Specified by:
        contains in interface smile.nlp.dictionary.Dictionary
        Parameters:
        word - the word
        Returns:
        true, if successful
      • size

        public int size()
        Size.
        Specified by:
        size in interface smile.nlp.dictionary.Dictionary
        Returns:
        the int
      • iterator

        public java.util.Iterator<java.lang.String> iterator()
        Iterator.
        Specified by:
        iterator in interface smile.nlp.dictionary.Dictionary
        Returns:
        the iterator