Skip to content

請問一下,為甚麼斷詞結果是一個字一個字的 #40

@LichenghanKevin

Description

@LichenghanKevin

我使用
pip install -U ckiptagger 安裝

"""
from ckiptagger import data_utils, construct_dictionary, WS

data_utils.download_data_gdown("./")
ws = WS("./data")
ckip_tok = ws("老師你好")
"""

出來的結果是 :
[['老'], ['師'], ['你'], ['好']]

想請問我該怎麼改善這個問題

python 版本為 3.8.10
ckip 版本為 0.2.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions