Nizo Priskorn

Results 138 issues of Nizo Priskorn

I think WBI should support both www.wikidata and test.wikidata out of the box. Make it easy for the user to change between them. E.g. WikibaseIntegrator(instance=WikidataInstance.PRODUCTION, login=Login(xx)) E.g. WikibaseIntegrator(instance=WikidataInstance.TEST, login=Login(xx))

v0.13+

https://www.doxygen.nl/index.html Then the class hierarchy is generated. Then we don't have to manually keep it updated.

documentation
v0.13+

[I recently started documenting my latest tool using PlanUML.](https://github.com/dpriskorn/asseeibot/blob/refactor_dataframe_handling/README.md) It might be valuable for this library too so contributors and users can easily get an overview?

documentation
enhancement
v0.13+

"Data validation and settings management using python type annotations. pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid. Define how data should be in...

enhancement
python
v0.13+

To take WBI to the next level I propose to enable optional checking of whether the statement violates a constraint using the plnode API. see https://plnode.toolforge.org/

enhancement
v0.13+

With this we could encourage people writing queries to offload to LDF when possible and do more computing locally now that WDQS expensive SPARQL endpoint receives >100.000 queries a second....

enhancement
v0.13+

I tried reading the code and was missing comments about reasons for building it this way E.g. why use this model from gpt 3? Why use these parameters? What is...

I want to only log in once in my script. Can I feed LexData a logged in session to work from?

Hi, I recently found https://github.com/LeMyst/WikibaseIntegrator Is there a reason why you don't join efforts and integrate LexDatas capabilities into that? It seems more mature with 900+ commits and more active...

Hi, I read https://nudin.github.io/LexData/Entity.html I don't understand how to use it. I'm trying to get a lexeme, add a usage example and upload. Could you add a simple example of...