| Smalyshev updated the task description. (Show Details) |
CHANGES TO TASK DESCRIPTION
user:KaMan [[ https://www.wikidata.org/wiki/Wikidata:Contact_the_development_team#Not_stable_number_of_senses_in_lexemes | noticed ]] that the number of Senses in English, reported by ListeriaBot [[ https://www.wikidata.org/wiki/Wikidata:Lexicographical_data/Statistics/AutoGenerated/Count_of_senses_by_language | on this page ]], are sometimes decreasing, even though users create some new every day. See [[ https://ibb.co/mn2oLV | tracking here ]]. This doesn't match with [[ https://quarry.wmflabs.org/query/31595 | the number of deleted Lexemes ]].
Several options:This is caused by de-synchronization of data between servers.
Underlying query:
```
SELECT ?item (count(?sense) as ?count) WHERE {
- ListeriaBot is getting the numbers wrong (for example because of [[ https://phabricator.wikimedia.org/T210044 | this problem with WDQS ]]) ?l a ontolex:LexicalEntry ; dct:language ?item ; ontolex:sense ?sense .
- or some Lexemes/Senses disappear?
Let's investigate.} group by ?item order by desc(?count) ?item
```
Several options:This is caused by de-synchronization of data between servers.
Underlying query:
```
SELECT ?item (count(?sense) as ?count) WHERE {
- ListeriaBot is getting the numbers wrong (for example because of [[ https://phabricator.wikimedia.org/T210044 | this problem with WDQS ]]) ?l a ontolex:LexicalEntry ; dct:language ?item ; ontolex:sense ?sense .
- or some Lexemes/Senses disappear?
Let's investigate.} group by ?item order by desc(?count) ?item
```
TASK DETAIL
EMAIL PREFERENCES
To: Smalyshev
Cc: Smalyshev, ArthurPSmith, KaMan, Lucas_Werkmeister_WMDE, Addshore, Ladsgroup, Aklapper, Lydia_Pintscher, Cyberpower678, Lea_Lacroix_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, D3r1ck01, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
Cc: Smalyshev, ArthurPSmith, KaMan, Lucas_Werkmeister_WMDE, Addshore, Ladsgroup, Aklapper, Lydia_Pintscher, Cyberpower678, Lea_Lacroix_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, D3r1ck01, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
