Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for kuromoji_ (0.05 sec)

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

    import org.dbflute.optional.OptionalEntity;
    
    /**
     * A dictionary file for Kuromoji.
     */
    public class KuromojiFile extends DictionaryFile<KuromojiItem> {
        private static final String KUROMOJI = "kuromoji";
    
        List<KuromojiItem> kuromojiItemList;
    
        /**
         * Constructs a new Kuromoji file.
         *
         * @param id The ID of the dictionary file.
         * @param path The path of the dictionary file.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java

                break;
            default:
                break;
            }
            return OptionalEntity.empty();
        }
    
        /**
         * Create a kuromoji item.
         * @param form The create form.
         * @param hook The error hook.
         * @return An optional entity of a kuromoji item.
         */
        protected OptionalEntity<KuromojiItem> createKuromojiItem(final CreateForm form, final VaErrorHook hook) {
            try {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 21.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_pl.properties

    errors.failed_to_upload_stemmeroverride_file = Nie można przesłać pliku nadpisującego stemmer.
    errors.failed_to_download_kuromoji_file = Nie można pobrać pliku Kuromoji.
    errors.failed_to_upload_kuromoji_file = Nie można przesłać pliku Kuromoji.
    errors.failed_to_download_protwords_file = Nie można pobrać pliku Protwords.
    errors.failed_to_upload_protwords_file = Nie można przesłać pliku Protwords.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_pt_BR.properties

    errors.failed_to_upload_stemmeroverride_file = Não foi possível carregar o arquivo de substituição do Stemmer.
    errors.failed_to_download_kuromoji_file = Não foi possível baixar o arquivo Kuromoji.
    errors.failed_to_upload_kuromoji_file = Não foi possível carregar o arquivo Kuromoji.
    errors.failed_to_download_protwords_file = Não foi possível baixar o arquivo Protwords.
    errors.failed_to_upload_protwords_file = Não foi possível carregar o arquivo Protwords.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        HtmlNext path_AdminDictKuromoji_AdminDictKuromojiDownloadJsp = new HtmlNext("/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp");
    
        /** The path of the HTML: /admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp */
        HtmlNext path_AdminDictKuromoji_AdminDictKuromojiEditJsp = new HtmlNext("/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp");
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 21 04:02:44 UTC 2025
    - 26.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_en.properties

    labels.dict_mapping_target=Target
    labels.dict_mapping_button_download=Download
    labels.dict_mapping_button_upload=Upload
    labels.dict_mapping_file=Mapping File
    labels.dict_kuromoji_configuration=Kuromoji Word List
    labels.dict_kuromoji_title=Kuromoji Word List
    labels.dict_kuromoji_list_link=List
    labels.dict_kuromoji_link_create=Create New
    labels.dict_kuromoji_link_edit=Edit
    labels.dict_kuromoji_link_delete=Delete
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_zh_TW.properties

    labels.protwordsFile=Protwords檔案
    labels.kuromojiFile=Kuromoji檔案
    labels.elevateWordFile=提升詞檔案
    labels.badWordFile=不良詞檔案
    labels.urlExpr=條件
    labels.boostExpr=提升值表達式
    labels.confirmPassword=確認
    labels.crawler=爬蟲
    labels.crudMode=模式
    labels.errorCountMax=最大錯誤數
    labels.errorCountMin=最小錯誤數
    labels.facet=分面
    labels.geo=地理
    labels.groups=組
    labels.hash=哈希
    labels.kuromojiFile=Kuromoji檔案
    labels.maxSize=最大大小
    labels.order=順序
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_es.properties

    errors.failed_to_upload_stemmeroverride_file = No se pudo cargar el archivo de anulación de Stemmer.
    errors.failed_to_download_kuromoji_file = No se pudo descargar el archivo Kuromoji.
    errors.failed_to_upload_kuromoji_file = No se pudo cargar el archivo Kuromoji.
    errors.failed_to_download_protwords_file = No se pudo descargar el archivo Protwords.
    errors.failed_to_upload_protwords_file = No se pudo cargar el archivo Protwords.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_message.properties

    errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file.
    errors.failed_to_download_kuromoji_file = Failed to download a Kuromoji file.
    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_en.properties

    errors.failed_to_upload_stemmeroverride_file = Failed to upload a stemmer override file.
    errors.failed_to_download_kuromoji_file = Failed to download a Kuromoji file.
    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
Back to top