Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/server/__init__.py')
-rw-r--r--stanza/server/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/server/__init__.py b/stanza/server/__init__.py
index 29452ae4..a647b142 100644
--- a/stanza/server/__init__.py
+++ b/stanza/server/__init__.py
@@ -6,5 +6,5 @@ from stanza.protobuf import Quote, SpeakerInfo
from stanza.protobuf import Operator, Polarity
from stanza.protobuf import SentenceFragment, TokenLocation
from stanza.protobuf import MapStringString, MapIntString
-from .client import CoreNLPClient, AnnotationException, TimeoutException
+from .client import CoreNLPClient, AnnotationException, TimeoutException, PermanentlyFailedException
from .annotator import Annotator