Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lowannann
/
assignment_1
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
assignment_1
/
twNLP-app
/
src
/
views
/
components
/
sidebar
/
options.py
lowannann
2022_1013
4398510
over 2 years ago
raw
Copy download link
history
blame
Safe
177 Bytes
PIPELINE_OPTIONS = (
"CKIP"
,
"CWN"
)
CWN_VISUALIZERS = [
"DistilTag"
,
"CwnSenseTag"
]
CKIP_VISUALIZERS = [{
"wsg"
:
"斷詞系統"
}, {
"pos"
:
"詞類標記"
}, {
"ner"
:
"實體辨識"
}]