edponce / FACET

Framework for Annotation and Concept Extraction in Text
Other
2 stars 0 forks source link

Decouple client/server processing #13

Open edponce opened 4 years ago

edponce commented 4 years ago

Currently, the client simply sends query text to server and invokes an RPC. That is, server is performing text processing and string matching. To improve performance on server side, move text processing to client side.