David Mark Nemeskey

Results 25 issues of David Mark Nemeskey

I was wondering if it is possible to know whether a `` in the extracted output came from an `` or an ``. Even with `include_formatting` (which I don't need),...

feedback

While jusText extracts the page encoding for a HTML page correctly from the meta attribute, it does not for XHTML, which uses an XML header: ``` ```

I have recently switched to Python 3.9, and code that previously worked with `multiprocessing_logging` suddenly started hanging. Given the code ```Python with Pool(num_processes=8) as pool: for res in pool.imap_unordered(fn, inputs):...

`nltk.tree.Tree` has a `chomsky_normal_form()` function, but grammars don't. Since CNF is a form of the **grammar**, it should, also.

enhancement
nice idea
parsing

`nltk.tree.Tree` uses the Tcl (tkinter) backend to draw trees. Unfortunately, that doesn't seem to work on a headless server, which is the setup I use: run Jupyter on the server...

parsing
GUI
tkinter

I tried to convert a plot with 4x2 subplots into tikz, but the output is not very faithful to what I see with `plt.show()`. I attached both the image generated...

Hi, is there a way in Hyperscan to find a pattern where `\b` is followed by a non-ASCII character (such as`\bö`) in the input text? According to my experience, `\be`...

I installed the wheel for Python 3.6 from [here](https://github.com/mind/wheels/releases/tag/tf1.4.1-gpu). However, when trying to import tensorflow, I see the error below. Even if I install mkl-dnn by hand [from the repo](https://github.com/intel/mkl-dnn),...

I get a spawn error when restarting jupyterhub: ```bash $ sudo supervisorctl restart jupyterhub jupyterhub: stopped jupyterhub: ERROR (spawn error) ``` Even though I get this error, JupyterHub is started...