[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/wamania/php-stemmer/src/Stemmer/ -> Stemmer.php (source)

   1  <?php
   2  namespace Wamania\Snowball\Stemmer;
   3  
   4  /**
   5   * @author Luís Cobucci <[email protected]>
   6   */
   7  interface Stemmer
   8  {
   9      /**
  10       * Main function to get the STEM of a word
  11       *
  12       * @param string $word A valid UTF-8 word
  13       *
  14       * @return string
  15       *
  16       * @throws \Exception
  17       */
  18      public function stem($word);
  19  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer