Keith Alcock
Keith Alcock
It looks like the code from this PR is currently not building properly. Output of `./gradlew compileJava` includes this warning and then error: ``` Compiling tokenizers v0.11.0 (/home/kwa/Projects/other/hypefactors/tokenizers-project/tokenizers/tokenizers) warning: fields...
I'm having a similar problem when using Scala on the JVM and getting `Error looking up function 'PyUnicode_AsUTF8'`, although the results strangely fluctuate. Any idea where that can be found...
I finally got it with manually entered values. The first won't work without the second, even if the first is correct. ```scala lazy val javaOpts = Seq( "-Djna.library.path=D:/ProgramFiles/Python39", "-Dscalapy.python.library=python39" )...
Especially if mentions are immutable or nearly so, it seems to help to have the hash code lazily evaluated and cached. The default behavior was apparently to recalculate the hash...
It is not urgent. It's just a potentially important optimization appended to the existing issue.
If the event mention that contains it gets sent to the state, I do include all its children so that it can be reconstituted correctly. However, I also look at...
I see in the [code](https://github.com/lum-ai/odinson/blob/c160833af07133dcd07b617d22bb0c891c74d5a9/extra/src/main/scala/ai/lum/odinson/extra/utils/ProcessorsUtils.scala#L36-L41) that only `FastNLPProcessor` and `CluProcessor` are in the list. Some information about the various processors can be found at https://github.com/clulab/processors/wiki/A-Taxonomy-of-Processors.
The default should probably be whatever the Intel chips have so that there is no need to record it in the file, IMO. If a different endianness is found, the...
Whether or not .withAllowInsecureProtocol(true) is needed or allowed is dependent on sbt version. It looks like it isn't being allowed, so please try without.
The first screen shot or transcript looks OK except that the typing is not echoed to the console. I think that some versions of sbt have problems with this. If...