-
Notifications
You must be signed in to change notification settings - Fork 898
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
WARNING: Can not find mwt: default from official model list. Ignoring it. #297
Comments
Can you provide more details on how you initialize the pipeline? A code snippet will help us reproduce the issue. |
I am getting the same warnings for both en and zh models. The code and logs are as follows:
Are there any tricks I am missing here? And based on the tutorials, mwtprocessor is required for pos, so will the absence of mwtprocessor affect the subsequent pos performance? Thanks for any enlightenment! |
According to the Universal Dependencies tokenization guideline, many languages do not have multi-word token (MWT) expansions. These languages include English and Chinese. So we do not have MWT models for English and Chinese and you do not need the MWT processors to produce accurate UD parsing for these languages. |
To add on the above answer, since this is a warning message, you can simply ignore it and it should not affect the actual running of the pipeline at all. But removing |
I'm also seeing this warning after upgrading my Stanza version to 1.8.1:
I have this for my processors list: |
Hello, I'm running a pipeline with stanza and I get an error for the MWT analysis.
WARNING: Can not find mwt: default from official model list. Ignoring it.
Do you know what it is? For some reason this model is not low in stanza_resources.
The text was updated successfully, but these errors were encountered: