Harikrishna T P
Harikrishna T P
Hey, @andrewtavis @axif0 , can I be assigned this issue? I'd like to work on this
Hey, @andrewtavis @axif0 I wanted to give you an update on the work I've been doing to address this issue and to clarify a few things before moving forward with...
Thanks for the feedback! I'll check it out and find what's causing the issue
Hey @andrewtavis , @axif0 . I was almost done with this but while testing, I found a few bugs which took a while to fix. Also, my end semester exams...
Thanks a lot! I'll definitely continue the work on this at the hackathon☺️
@andrewtavis, @axif0, quick update on this I have finished the implementation of query service using the query template given by @axif0. The implementation is working well but I found some...
Yes, its the query that you linked getting timed out, not the generated queries. It works for the simpler cases but hits the limits for other more complex languages I've...
I just found out why arabic verbs are causing problems: arabic adjectives: 417,732 forms arabic verbs: 4,655,094 forms The `GROUP BY ?form` on all those forms is whats causing the...
```SELECT (COUNT(?form) AS ?totalForms) WHERE { ?lexeme dct:language wd:Q13955; wikibase:lexicalCategory wd:Q24905; # Changed to Q24905 (verbs) ontolex:lexicalForm ?form. ?form wikibase:grammaticalFeature ?feature. } ``` This is the query I ran for...
@andrewtavis , So while I was testing out by generating all the sparql files using the query service, I noticed arabic verbs and other data types with dirty data was...