Michael Ringgaard

Results 35 comments of Michael Ringgaard

The current parser is just supervised learning with cross-entropy loss. While the silver data pipeline makes use of the knowledge base, the parser training does not (yet) use the knowledge...

I do remember having SLING up and running on Mac OSX with very few patches, and [some of the patches](https://github.com/ringgaard/sling/blob/master/sling/file/posix.cc#L184) are still in the code. There is a version of...

You will need an annotated corpus in Akkadian to train a parser.

The crash dump module would need to be disabled/ported on Mac and Windows. There are a few other places that would need to be fixed as well. The data file...

@PierceLBrooks: SLING binaries can contain embedded data, which is typically used for internal file systems. These are used as resources for the web services, i.e. HTML, CSS, and JS files....

@mika-data: Did you try to build the Python API yourself on your Debian machine? I normally build on Ubuntu, but I would think the differences are minor.

Hmm, maybe I should test this on Python 3.9. My Ubuntu only has 3.8.

So it seems to work on Python 3.8, but fail on Python 3.9, right?

Let me try to see if I can reproduce this on one of my own machines.

I can now reproduce the crash. It seems to have something to do with Python type registration in the pysling C extension when running in Python 3.9.