Skip to content

Commit 5250f9f

Browse files
committed
Pass a language to ProcessSsurgeonRequest
1 parent db74e51 commit 5250f9f

File tree

3 files changed

+259
-73
lines changed

3 files changed

+259
-73
lines changed

src/edu/stanford/nlp/pipeline/CoreNLP.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ message SsurgeonRequest {
696696
repeated string operation = 2;
697697
optional string id = 3;
698698
optional string notes = 4;
699+
optional string language = 5;
699700
}
700701

701702
repeated Ssurgeon ssurgeon = 1;

0 commit comments

Comments
 (0)