Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自己指定postag的路径、自己指定model_name预训练模型路径 #153

Open
jinzengnju opened this issue Nov 25, 2021 · 2 comments

Comments

@jinzengnju
Copy link

pkuseg.pkuseg(model_name = "default", user_dict = "default", postag = False)
model_name The path of the used model.
"default". The default mixed-domain model.
"news". The model trained on news domain data.
"web". The model trained on web domain data.
"medicine". The model trained on medicine domain data.
"tourism". The model trained on tourism domain data.
model_path. Load a model from the user-specified path.
user_dict Set up the user dictionary.
"default". Use the default dictionary.
None. No dictionary is used.
dict_path. The path of the user-defined dictionary. Each line only contains one word.
postag POS tagging or not.
False. The default setting. Segmentation without POS tagging.
True. Segmentation with POS tagging.

如图,我要用到model_name=”web“ 以及 postag=True,我如何自己指定程序用到的postag与预训练模型的路径

@xiehuiSheldon
Copy link

set os.environ["PKUSEG_HOME"] = "your path" and have model file and postag file in "your path"

@lcyyyyyyyyyyy
Copy link

lcyyyyyyyyyyy commented May 8, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants