Alex Hanna

Results 5 issues of Alex Hanna

Need to move this puppy over to Python 3. Will probably mean reserializing the classifiers and being careful with all the string handling, especially with the open-ended classification.

Currently, SMO coding is broken because of the way that NLTK handles classpaths. Throws the following: Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at edu.stanford.nlp.io.IOUtils.(IOUtils.java:42) at edu.stanford.nlp.ie.AbstractSequenceClassifier.loadClassifier(AbstractSequenceClassifier.java:1484) at edu.stanford.nlp.ie.AbstractSequenceClassifier.loadClassifierNoExceptions(AbstractSequenceClassifier.java:1497) at edu.stanford.nlp.ie.crf.CRFClassifier.main(CRFClassifier.java:3015)...

help wanted

buildSolrQuery doesn't quite have the correct behaviour. it doesn't handle multiple values within the dict correctly.

Currently the project is running on Bootstrap 3.3.7. Versions 4+ of Bootstrap allow for doing auto-layout using columns (e.g. https://getbootstrap.com/docs/4.6/layout/grid/#auto-layout-columns) which may be helpful for the adjudication interface. It'll also...

This has been done in the `adjudication-master` branch, but we still need to upgrade the bootstrap-timepicker to a CDN. This may mean we need to upgrade to a newer version...