Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for pos (0.13 sec)

  1. src/main/resources/fess_label_fr.properties

    labels.dict_kuromoji_link_upload	=	Envoyer
    labels.dict_kuromoji_token	=	Token
    labels.dict_kuromoji_segmentation	=	Segmentation
    labels.dict_kuromoji_reading	=	Lecture
    labels.dict_kuromoji_pos	=	POS
    labels.dict_kuromoji_button_download	=	Télécharger
    labels.dict_kuromoji_button_upload	=	Envoyer
    labels.dict_kuromoji_file	=	Kuromoji File
    labels.dict_protwords_configuration	=	Protwords List
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/CreateForm.java

        @Required
        @Size(max = 1000)
        public String segmentation;
    
        @Required
        @Size(max = 1000)
        public String reading;
    
        @Required
        @Size(max = 1000)
        public String pos;
    
        public void initialize() {
            crudMode = CrudMode.CREATE;
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Target */
        public static final String LABELS_OUTPUTS = "{labels.outputs}";
    
        /** The key of the message: POS */
        public static final String LABELS_POS = "{labels.pos}";
    
        /** The key of the message: Purge Job Log Before */
        public static final String LABELS_PURGE_JOB_LOG_DAY = "{labels.purgeJobLogDay}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SmbRandomAccessFile.java

            }
        }
    
    
        @Override
        public long getFilePointer () {
            return this.fp;
        }
    
    
        @Override
        public void seek ( long pos ) {
            this.fp = pos;
        }
    
    
        @Override
        public long length () throws SmbException {
            return this.file.length();
        }
    
    
        @Override
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 08 12:01:33 GMT 2020
    - 18.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

              "type":       "stemmer",
              "language":   "light_italian"
            },
            "italian_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "japanese_pos_filter" : {
              "type" : "kuromoji_part_of_speech",
              "stoptags" : [
                "その他",
                "その他-間投",
                "フィラー",
                "感動詞",
                "記号",
                "記号-アルファベット",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_label.properties

    labels.endTime=End Time
    labels.hq=hq
    labels.inputs=Source
    labels.jobLogging=Logging
    labels.jobName=Name
    labels.jobStatus=Status
    labels.labelTypeIds=Labels
    labels.lang=lang
    labels.outputs=Target
    labels.pos=POS
    labels.purgeJobLogDay=Purge Job Log Before
    labels.purgeUserInfoDay=Purge User Before
    labels.reading=Reading
    labels.roleTypeIds=Role ID
    labels.scriptData=Script
    labels.scriptResult=Result
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  7. src/main/resources/fess_label_en.properties

    labels.endTime=End Time
    labels.hq=hq
    labels.inputs=Source
    labels.jobLogging=Logging
    labels.jobName=Name
    labels.jobStatus=Status
    labels.labelTypeIds=Labels
    labels.lang=lang
    labels.outputs=Target
    labels.pos=POS
    labels.purgeJobLogDay=Purge Job Log Before
    labels.purgeUserInfoDay=Purge User Before
    labels.reading=Reading
    labels.roleTypeIds=Role ID
    labels.scriptData=Script
    labels.scriptResult=Result
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/core/lang/ClassUtil.java

        public static String getPackageName(final Class<?> clazz) {
            assertArgumentNotNull("clazz", clazz);
    
            final String fqcn = clazz.getName();
            final int pos = fqcn.lastIndexOf('.');
            if (pos > 0) {
                return fqcn.substring(0, pos);
            }
            return null;
        }
    
        /**
         * FQCNからパッケージ名を除いた名前を返します。
         *
         * @param className
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/_cloud/fess.json

              "type":       "stemmer",
              "language":   "light_italian"
            },
            "italian_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "japanese_pos_filter" : {
              "type" : "kuromoji_part_of_speech",
              "stoptags" : [
                "その他",
                "その他-間投",
                "フィラー",
                "感動詞",
                "記号",
                "記号-アルファベット",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  10. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Viewed (0)
Back to top