★ wanayoo — archive 1999 http://fr.php.net/manual/kr/function.pspell-config-runtogether.phpNouvelle recherche | Portail wanayoo
PHP Sunday, March 11, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  

lookup:
PHP 설명서PHP 설명서
PspellPspell
 pspell_add_to_personalpspell_add_to_personal
 pspell_add_to_sessionpspell_add_to_session
 pspell_checkpspell_check
 pspell_clear_sessionpspell_clear_session
 pspell_config_createpspell_config_create
 pspell_config_ignorepspell_config_ignore
 pspell_config_modepspell_config_mode
 pspell_config_personalpspell_config_personal
 pspell_config_replpspell_config_repl
 pspell_config_runtogetherpspell_config_runtogether
 pspell_config_save_replpspell_config_save_repl
 pspell_newpspell_new
 pspell_new_configpspell_new_config
 pspell_new_personalpspell_new_personal
 pspell_save_wordlistpspell_save_wordlist
 pspell_store_replacementpspell_store_replacement
 pspell_suggestpspell_suggest

previouspspell_config_repl
pspell_config_save_replnext

Last updated: Mon, 22 Jan 2001
view this page in English | Brazilian Portuguese | Dutch | French | German | Hungarian | Japanese | Korean | Plain HTML

pspell_config_runtogether

(PHP 4 >= 4.0.2)

pspell_config_runtogether — Consider run-together words as valid compounds.

Description

int pspell_config_runtogether (int dictionary_link, boolean flag)

Pspell_config_runtogether() should be used on a config before calling pspell_new_config(). This function determines whether run-together words will be treated as legal compounds. That is, "thecat" will be a legal compound, athough there should be a space between the two words. Changing this setting only affects the results returned by pspell_check(); pspell_suggest() will still return suggestions.

Example 1. Pspell_config_runtogether()


$pspell_config = pspell_config_create ("en");
pspell_config_runtogether ($pspell_config, true);
$pspell_link = pspell_new_config ($pspell_config);
pspell_check ($pspell_link, "thecat");
      

previouspspell_config_repl
pspell_config_save_replnext

Last updated: Mon, 22 Jan 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 1998-2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Sun Mar 11 08:01:44 2001 MET