MediaWiki REL1_35
LanguageGan.php
Go to the documentation of this file.
1<?php
31class LanguageGan extends LanguageZh {
39 public function normalizeForSearch( $string, $autoVariant = 'gan-hans' ) {
40 // LanguageZh::normalizeForSearch
41 return parent::normalizeForSearch( $string, $autoVariant );
42 }
43}
Gan Chinese.
normalizeForSearch( $string, $autoVariant='gan-hans')
word segmentation
class that handles both Traditional and Simplified Chinese right now it only distinguish zh_hans,...