Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Camspiers
StatisticalClassifier
Tokenizer
TokenizerInterface
PHP 인터페이스 Camspiers\StatisticalClassifier\Tokenizer\TokenizerInterface
저자:
Cam Spiers (
[email protected]
)
파일 보기
프로젝트 열기: camspiers/statistical-classifier
0 사용 예제들
공개 메소드들
메소드
설명
tokenize
(
string
$document
) :
array
Split document into tokens
메소드 상세
tokenize()
공개
메소드
Split document into tokens
public
tokenize
(
string
$document
) :
array
$document
string
The document to split
리턴
array
An array of tokens