atarora commented on code in PR #197: URL: https://github.com/apache/opennlp-sandbox/pull/197#discussion_r1886819171
########## opennlp-grpc/README.md: ########## @@ -0,0 +1,96 @@ +# OpenNLP gRPC - Proof of Concept + +This project demonstrates a proof of concept for creating a backend powered by Apache OpenNLP using gRPC. It comprises +three main modules: + +- **opennlp-grpc-api** +- **opennlp-grpc-service** +- **examples** + +## Modules Overview + +1. **opennlp-grpc-api**: + - Contains the gRPC schema for OpenNLP services. + - Includes generated Java stubs. + - Provides a README with instructions on generating code stubs for various languages and auto-generated Review Comment: ```suggestion - Provides a README with instructions on generating code stubs for various languages and auto-generated documentation. ``` ########## opennlp-grpc/README.md: ########## @@ -0,0 +1,96 @@ +# OpenNLP gRPC - Proof of Concept + +This project demonstrates a proof of concept for creating a backend powered by Apache OpenNLP using gRPC. It comprises +three main modules: + +- **opennlp-grpc-api** +- **opennlp-grpc-service** +- **examples** + +## Modules Overview + +1. **opennlp-grpc-api**: + - Contains the gRPC schema for OpenNLP services. + - Includes generated Java stubs. + - Provides a README with instructions on generating code stubs for various languages and auto-generated + documentation. Review Comment: ```suggestion ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org