Skip to content

Commit caef9f5

Browse files
authored
Merge pull request #1150 from stanfordnlp/proto_3_11
Proto 3 11
2 parents cf6b3fa + 9df5167 commit caef9f5

11 files changed

+1654
-782
lines changed

lib/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,14 +366,14 @@ LAST UPDATE BY: Spence Green
366366
-----------------------------------------------------------------
367367
protobuf.jar
368368
ORIGINAL JAR NAME: <compiled from source>
369-
VERSION: 2.6.1
370-
RELEASE DATE: Oct 2014
369+
VERSION: 3.11.4
370+
RELEASE DATE: Oct 2020
371371
SOURCE AVAILABLE: yes
372372
DESCRIPTION: Google's protocol buffer library
373373
URL: https://developers.google.com/protocol-buffers/
374374
USED BY: CoreMapProtos (and associated serializers)
375-
LAST UPDATE: 2015-09-07
376-
LAST UPDATE BY: Sebastian Schuster
375+
LAST UPDATE: 2021-04-06
376+
LAST UPDATE BY: John Bauer
377377

378378
----------------------------------------------------------------
379379
javax.json.jar

lib/protobuf-java-3.11.4.jar

1.58 MB
Binary file not shown.

lib/protobuf.jar

-1.56 MB
Binary file not shown.
844 KB
Binary file not shown.
-824 KB
Binary file not shown.

src/edu/stanford/nlp/loglinear/model/proto/ConcatVector.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
syntax = "proto2";
2+
13
package edu.stanford.nlp.loglinear.model.proto;
24

35
option java_package = "edu.stanford.nlp.loglinear.model.proto";
4-
56
option java_outer_classname = "ConcatVectorProto";
67

8+
// To compile:
9+
// protoc -I=src/edu/stanford/nlp/loglinear/model/proto --java_out=src src/edu/stanford/nlp/loglinear/model/proto/ConcatVector.proto
10+
711
message ConcatVector {
812
message Component {
913
required bool sparse = 1;

0 commit comments

Comments
 (0)