Stelios Mathioulakis

Results 8 comments of Stelios Mathioulakis
trafficstars

Hello there, I am wondering if there is a way to force the POS tagger to treat tokens as non-verbs in order to not mess up the dependency parser. In...

I think inside `class CallbackChain(Callback)`, you should change the function _set_model() into: ``` def set_model(self, *args, **kwargs): for callback in self._callbacks: callback.set_model(*args, **kwargs) ``` this allows the custom callback to...

Same here on the latest Pgadmin version for Windows [v8.10](https://www.postgresql.org/ftp/pgadmin/pgadmin4/v8.10/windows/)

the `` in which I want to insert the above `` is this: ``` [datum] ``` Essentially, I am looking to pair up source/translation sentences and their tokens/POS tags inside...

To make it simpler, I have isolated the sentence that causes the issue. Here is a `debug.xml` document: ``` [date] [ date ] ``` ``` import folia.main as folia folia...