Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. the fully annotated sentences are provided in a file of concatenated
  2. protocol buffers:
  3.  
  4. delimitedSentences.proto.bz
  5.  
  6. This file should be read with the Java function
  7. `CoreNLPProtos.Sentence.parseDelimitedFrom(<input stream>)`,
  8. or in other languages taking into consideration that every protocol buffer is
  9. prepended with the size of the buffer, as a VarInt.
  10. Each proto contains all the annotations for the MIML-RE featurizer, in addition to
  11. some useful additions (e.g., antecedent for every token).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement