Xiubo Zhang

Results 2 issues of Xiubo Zhang

I was trying to implement serialization of my custom annotations through CoreNLP's ProtoBuf serializer. In the JavaDoc of [`ProtobufAnnotationSerializer`](https://nlp.stanford.edu/nlp/javadoc/javanlp/edu/stanford/nlp/pipeline/ProtobufAnnotationSerializer.html), it was mentioned that the extension field should be registered with...

bug
protobuf

Use case: a user might want to add tags (e.g. `todo`) to a node when editing them in-place; currently the user needs to open the tiddler to manipulate the tags....