You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`<?php
namespace VFou\Search\Tokenizers;
use Lizhichao\Word\VicWord;
class ChinaStemmingTokenizer implements TokenizerInterface
{
public static function tokenize($data)
{
`<?php
namespace VFou\Search\Tokenizers;
use Lizhichao\Word\VicWord;
class ChinaStemmingTokenizer implements TokenizerInterface
{
public static function tokenize($data)
{
}
`
https://github.com/lizhichao/VicWord
composer require lizhichao/word
The Chinese word segmentation database has no problem with word segmentation.
But when searching, a list that should not appear appears.
The text was updated successfully, but these errors were encountered: