<?php namespace Dy; class Fenci { /** * 分词处理 * * @param string $str * @param bool $hmm 使用 hmm 参数 * * @return array|ErrorException */ public static function do(string $str, bool $hmm = false) { } }