# wuenlp-api
## Usage Example
```
from wuenlp_api.api import annotate_text
doc = annotate_text("Hello, this is a test") ``` `doc` will be a UIMADocument with the passed text and several automatic annotations.