Alexandre Rademaker
Alexandre Rademaker
Thank you @danflick
```python ts = itsdb.TestSuite('../data/own-00') dt, txt, ip = None, None, None for row in tsql.select('i-id i-origin i-input i-comment p-input derivation tree', ts): dt, txt, ip = row[5], row[2], row[4] break...
UDF vs UDX, now I got the difference. I will try to find out more about them. I just discovered the `preterminals()` method, what is the difference between terminals and...
Thank you @oepen, I take the opportunity to make some updates in the wiki, see https://github.com/delph-in/docs/wiki/ItsdbDerivations/_compare/b8be80ea45522def4f254a60ba83dcd66ceea626...713f1f50aa6c13808c5e9af528ec1d32c4cccc7e to make sure if you agree.
Hi @goodmami may I ask a few more things? 1. The method `to_dict` from UDX objects gives me a dictionary. In particular, if I consult only the `preterminals`, I get...
Oh, thank you @oepen!! Of course, the difficult question is what will be considered a multi-word entry. I confirmed your example of `ad hoc`, PyDelphin `derivation.preterminals()` gives me: ``` ......
For the records, regarding the questions [above](https://github.com/delph-in/pydelphin/issues/341#issuecomment-1207258533) to @goodmami: 1. a terminal node in the derivation tree can correspond to one or more tokens in the input (stages b and...
Hi @goodmami, just to update this issue. I was not able to use redwoods script with the option to export DM. It is not even clear to me what it...
https://stackoverflow.com/questions/47274540/how-to-improve-nltk-sentence-segmentation > The awesome-ness of Kiss and Strunk (2006) Punkt algorithm is that it's unsupervised. So given a new text, you should retrain the model and apply the model to...
I don't think this is a code issue, so I would believe we can close this issue.