James Tanner
James Tanner
Updating the Neo4j version installed during setup to avoid log4j vulnerability in the currently-downloaded version (4.2-4.4). Information available at https://community.neo4j.com/t/importerror-cannot-import-name-graphdatabase-from-neo4j/17579
Hi Michael, I've just been going through the process of installing Polyglot on a new server, and I think some issues with outdated dependencies are making installation/maintenance quite difficult. **OpenJDK:**...
Currently not possible to process corpora parsed with the Penn aligner.
I've been trying to use the `encode_baseline` measure for words inside of a SPADE script, currently: ``` with CorpusContext(config) as c: if not c.hierarchy.has_token_property('word', 'baseline'): print('getting baseline word duration') c.encode_baseline('word',...
When `pgdb install` is called with a custom directory, the current behaviour will use the provided directory (and delete any content inside that directory). This seems like quite dangerous behaviour...