Abstract.php 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php /** * * Chinese Words Segmentation * @author liuziyang * */ abstract class Q_Ws_Adapter_Abstract implements Q_Ws_Adapter_Interface { public function getWords($inputs) { } }