Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setNewSegmentation (2.78 sec)

  1. src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java

        public String getNewSegmentation() {
            return newSegmentation;
        }
    
        /**
         * Sets the new segmentation.
         *
         * @param newSegmentation The new segmentation.
         */
        public void setNewSegmentation(final String newSegmentation) {
            this.newSegmentation = newSegmentation;
        }
    
        /**
         * Returns the new reading.
         *
         * @return The new reading.
         */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.3K bytes
    - Viewed (0)
Back to top