Li Peng-Hsuan (李朋軒)

Results 12 comments of Li Peng-Hsuan (李朋軒)

參考 README,有三個鏡像站可以下載模型檔。可以手動下載或使用 ckiptagger 內建的 API。鏡像站中的 gdrive 有可能因為短期大量下載而到達限制。

在 import ckiptagger 後,tensorflow logging level 調整為 ERROR。 可在 import 後再調整為 INFO,例如: ```python from ckiptagger import data_utils, construct_dictionary, WS, POS, NER tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.INFO) ```