Add warning for #3853

This commit is contained in:
Matthew Honnibal 2019-07-11 14:44:32 +02:00
parent 673c864a06
commit 7369949d2e

View File

@ -82,6 +82,8 @@ class Warnings(object):
"parallel inference via multiprocessing.")
W017 = ("Alias '{alias}' already exists in the Knowledge base.")
W018 = ("Entity '{entity}' already exists in the Knowledge base.")
W019 = ("Changing vectors name from {old} to {new}, to avoid clash with "
"previously loaded vectors. See Issue #3853.")
@add_codes