- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for stkm (0.01 sec)
-
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideItem.java
this.newInput = newInput; } /** * Gets the new output stem. * * @return The new output stem. */ public String getNewOutput() { return newOutput; } /** * Sets the new output stem. * * @param newOutputs The new output stem. */ public void setNewOutput(final String newOutputs) { newOutput = newOutputs; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stemmeroverride/CreateForm.java
@ValidateTypeFailure public Integer crudMode; /** The input word that should be stemmed differently */ @Required @Size(max = 1000) public String input; /** The desired stem output for the input word */ @Required @Size(max = 1000) public String output; /** * Initializes the form with default values for creating a new stemmer override entry. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0)