Bhargav Mangipudi
Bhargav Mangipudi
[Line 156](https://github.com/CogComp/cogcomp-nlp/blob/master/pipeline/src/main/java/edu/illinois/cs/cogcomp/pipeline/server/ServerClientAnnotator.java#L156) causes some un-intended side-effects. Since the ServerClientAnnotator creates a temporary TextAnnotation (from the server response), the new view that is added still refers to `newTA`. Consider the following...
Work Items - [x] Implements feature caching for static features that do not change between runs. - [x] Update documentation - [x] Add unit tests - [x] ~Verify/Reason if we...
Annotator for the Semantic Role Labeler - [x] ~Change the DataModel to be an `object`~ - [x] Add Annotator class - [x] Remove redundant `SRLConfigurator.java` - [ ] ~Train models...
Progress for the Chunker Example ### Features ([LBJava Reference](https://github.com/IllinoisCogComp/illinois-cogcomp-nlp/blob/master/chunker/src/main/lbj/chunk.lbj)) - [x] PreviousTags - [x] POSWindow (Edison-based) - [x] Capitalization in a window (Edison-based) - [x] WordTypeInformation (Edison-based) - [x] Affixes...
- [x] Spam Classifier Code - [ ] Better text and documentation. PR does not render the notebook. You will have to click on `View` explicitly to render the notebook.
Add Webapp to the root sbt project so that we can compile and test it in our CI.
**Problem:** Unable to install the package on a Linux machine with an AMD 6800XT GPU using ROCm. ``` docker run -it --device=/dev/kfd --device=/dev/dri --group-add video docker.io/rocm/dev-ubuntu-22.04:5.6-complete bash CT_HIPBLAS=1 pip install...