- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 33 for segmentation (0.05 seconds)
-
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java
* @param token The token. * @param segmentation The segmentation. * @param reading The reading. * @param pos The part of speech. */ public KuromojiItem(final long id, final String token, final String segmentation, final String reading, final String pos) { this.id = id; this.token = token; this.segmentation = segmentation; this.reading = reading; this.pos = pos;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/CreateForm.java
public Integer crudMode; /** Token (word) to be added to the dictionary */ @Required @Size(max = 1000) public String token; /** Segmentation information for the token */ @Required @Size(max = 1000) public String segmentation; /** Reading (pronunciation) of the token in katakana */ @Required @Size(max = 1000) public String reading;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp
<th><la:message key="labels.dict_kuromoji_segmentation"/></th> <td>${f:h(segmentation)}<la:hidden property="segmentation"/></td> </tr> <tr>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp
<label for="segmentation" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.dict_kuromoji_segmentation"/></label> <div class="col-sm-9"> <la:errors property="segmentation"/> <la:text styleId="segmentation" property="segmentation"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 11.7K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.purgeUserInfoDay=Delete old user logs labels.reading=Reading labels.roleTypeIds=Role IDs labels.scriptData=Script labels.scriptResult=Result labels.scriptType=Execution Method labels.segmentation=Segmentation labels.startTime=Start Time labels.target=Target labels.token=Token labels.synonymFile=Synonym File labels.stopwordsFile=Stopwords File labels.stemmerOverrideFile=Stemmer Override File
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java
}, this::asEditHtml); } if (form.segmentation != null && form.reading != null && form.segmentation.split(" ").length != form.reading.split(" ").length) { throwValidationError(messages -> { messages.addErrorsInvalidKuromojiSegmentation("segmentation", form.segmentation, form.reading); }, this::asEditHtml); } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 21.5K bytes - Click Count (0) -
src/main/resources/fess_message.properties
errors.failed_to_upload_mapping_file = Failed to upload a mapping file. errors.invalid_kuromoji_token={0} is invalid as a token. errors.invalid_kuromoji_segmentation=The number of segmentation for {0} and {1} is different. errors.invalid_str_is_included = {1} is invalid for {0}. errors.blank_password = Password is required. errors.password_length = Password must be at least {0} characters long.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
errors.failed_to_upload_mapping_file = Failed to upload a mapping file. errors.invalid_kuromoji_token={0} is invalid as a token. errors.invalid_kuromoji_segmentation=The number of segmentation for {0} and {1} is different. errors.invalid_str_is_included = {1} is invalid for {0}. errors.blank_password = Password is required. errors.password_length = Password must be at least {0} characters long.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.purgeUserInfoDay=Delete old user logs labels.reading=Reading labels.roleTypeIds=Role IDs labels.scriptData=Script labels.scriptResult=Result labels.scriptType=Execution Method labels.segmentation=Segmentation labels.startTime=Start Time labels.target=Target labels.token=Token labels.synonymFile=Synonym File labels.stopwordsFile=Stopwords File labels.stemmerOverrideFile=Stemmer Override File
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0)