検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 56 for word (0.013 sec.)
Returns the maximum word length above which words will be ignored 8766
« SolrQuery::getMltMaxNumTokens SolrQuery::getMltMinDocFrequency » PHP Manual SolrQuery Returns ... the maximum word length above which words will be ignored SolrQuery ... ::getMltMaxWordLength (PECL solr >= 0.9.2) SolrQuery::getMltMaxWor ... dLength — Returns the maximum word length above which words will be ignored 説明 publ ... ic SolrQuery::getMltMaxWordLength (): int Returns the maximum word length abov ...
https://man.plustar.jp/php/solrquery.getmltmaxwordlength.html - [similar]
Returns the minimum word length below which words will be ignored 8766
« SolrQuery::getMltMinTermFrequency SolrQuery::getMltQueryFields » PHP Manual SolrQuery Returns ... the minimum word length below which words will be ignored SolrQuery ... ::getMltMinWordLength (PECL solr >= 0.9.2) SolrQuery::getMltMinWor ... dLength — Returns the minimum word length below which words will be ignored 説明 publ ... ic SolrQuery::getMltMinWordLength (): int Returns the minimum word length belo ...
https://man.plustar.jp/php/solrquery.getmltminwordlength.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 8516
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterItera ... ilter extends RecursiveFilterIterator { protected $word ; public function __construct ( RecursiveIterator ... $rit , $word ) { $this -> word = $word ; parent :: __construct ... ldren () OR strpos ( $this -> current (), $this -> word ) === 0 ; } public function getChildren () { retur ... -> getInnerIterator ()-> getChildren (), $this -> word ); } } $array = array( "test1" , array( "taste2" , ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]
単語リストに単語を追加する 8369
« enchant_dict_add_to_session enchant_dict_check » PHP Manual Enchant 関数 単語リストに単語を追加 ... dict_add ( EnchantDictionary $dictionary , string $word ): void 指定した辞書の単語リストに単語を追加します ... request_pwl_dict() によって返される Enchant 辞書。 word 追加する単語。 戻り値 成功した場合に true を、失敗 ... 辞書リストに単語を追加する <?php $filename = './my_word_list.pwl' ; $word = 'Supercalifragilisticexpialido ... $broker , $filename ); enchant_dict_add ( $dict , $word ); enchant_broker_free ( $broker ); ?> 参考 enchan ...
https://man.plustar.jp/php/function.enchant-dict-add.html - [similar]
オブジェクトをファイルに保存する 7706
« COMPersistHelper::LoadFromStream COMPersistHelper::SaveToStream » PHP Manual COMPersistHelper ... ersistHelper::saveToFile() の基本的な使い方 <?php $word = new COM ( 'Word.Application' ); $doc = $word -> ... eToFile ( 'C:\\Users\\cmb\\Documents\\my.docx' ); $word -> Quit (); ?> 関連キーワード: 保存 , オブジェクト ...
https://man.plustar.jp/php/compersisthelper.savetofile.html - [similar]
単語をハイフネーションする 7514
« ps_get_value ps_include_file » PHP Manual PS 関数 単語をハイフネーションする ps_hyphenate (PEC ... 返します。 例 例1 テキストのハイフネーション <?php $word = "Koordinatensystem" ; $psdoc = ps_new (); ps_set ... yph_de.dic" ); $hyphens = ps_hyphenate ( $psdoc , $word ); for( $i = 0 ; $i < strlen ( $word ); $i ++) { e ... cho $word [ $i ]; if( in_array ( $i , $hyphens )) echo "-" ; ...
https://man.plustar.jp/php/function.ps-hyphenate.html - [similar]
The SeasLog class 7455
« seaslog_get_version SeasLog::alert » PHP Manual Seaslog The SeasLog class The SeasLog class (P ... string $level , string $log_path = ? , string $key_word = ? ): mixed public static analyzerDetail ( string ... $level , string $log_path = ? , string $key_word = ? , int $start = ? , int $limit = ? , int $order ... erCount — Get log count by level, log_path and key_word SeasLog::analyzerDetail — Get log detail by level, ... log_path, key_word, start, limit, order SeasLog::closeLoggerStream — ...
https://man.plustar.jp/php/class.seaslog.html - [similar]
正規表現文字をクオートする 7411
« preg_match preg_replace_callback_array » PHP Manual PCRE 関数 正規表現文字をクオートする preg_ ... になりました。 例 例1 preg_quote() の例 <?php $keywords = '$40 for a g3/400' ; $keywords = preg_quote ( $ ... keywords , '/' ); echo $keywords ; // \$40 for a g3\/400 を ... 内の単語の斜体変換 <?php // この例では、preg_quote($word) を使って、アスタリスクが // 正規表現での特殊な意味 ... body = "This book is *very* difficult to find." ; $word = "*very*" ; $textbody = preg_replace ( "/" . preg ...
https://man.plustar.jp/php/function.preg-quote.html - [similar]
二つの文字列のレーベンシュタイン距離を計算する 7101
« lcfirst localeconv » PHP Manual String 関数 二つの文字列のレーベンシュタイン距離を計算する lev ... put = 'carrrot' ; // チェックするための単語の配列 $words = array( 'apple' , 'pineapple' , 'banana' , 'oran ... 最短距離を見つけるため単語をループします foreach ( $words as $word ) { // 入力した単語と現在の単語の距離を ... // 計算します $lev = levenshtein ( $input , $word ); // マッチするかどうかチェックします if ( $lev = ... ) { // 最短な単語はこれだ (マッチした) $closest = $word ; $shortest = 0 ; // ループを抜ける; マッチしたもの ...
https://man.plustar.jp/php/function.levenshtein.html - [similar]
7101
« リソース型 SVM » PHP Manual SVM 例 例 The basic process is to define parameters, supply traini ... spam, 1 for ham. Each feature would represent some word, and the value would represent that importance of ... that word to the document (perhaps the frequency count, with ... ed to unit length). Features that were 0 (e.g. the word did not appear in the document at all) would simpl ...
https://man.plustar.jp/php/svm.examples.html - [similar]
PREV 1 2 3 4 5 6 NEXT