To me this looks like a classic case of where it makes sense to keep this kind of processing on the server and make it available as a service - what functional advantages would having a POS tagger locally give you (apart from offline access)?
Once the model is loaded, you can get around the ~200ms roundtrip latency that it takes to connect the server.
Obviously, there's lots of ways to hide these 200ms from the user.