|
MediaWiki
REL1_20
|
Simplified Chinese. More...


Public Member Functions | |
| hasWordBreaks () | |
| normalizeForSearch ($s) | |
| segmentByWord ($string) | |
| Eventually this should be a word segmentation; for now just treat each character as a word. | |
Simplified Chinese.
Definition at line 29 of file LanguageZh_hans.php.
| $s |
Reimplemented from Language.
Definition at line 57 of file LanguageZh_hans.php.
References $s, segmentByWord(), wfProfileIn(), and wfProfileOut().
| LanguageZh_hans::segmentByWord | ( | $ | string | ) |
Eventually this should be a word segmentation; for now just treat each character as a word.
| $string | string |
Reimplemented from Language.
Definition at line 47 of file LanguageZh_hans.php.
References $s, and Language\insertSpace().
Referenced by normalizeForSearch().