Bots, emailconfirmed
8,882
edits
(recreate wiki page using upload_lang_page.py) |
(recreate wiki page for Georgian using upload_lang_page.py) |
||
Line 122: | Line 122: | ||
} | } | ||
</sparql> | </sparql> | ||
=== NeoVoc Georgian terms and number of occurences in Georgian NeoCorpus articles === | |||
* This lists the validated Georgian terms, and in how many articles they have been found | |||
<sparql tryit="1"> | |||
#title: NeoVoc lexical entry lemmata, and in how many articles they occur | |||
''This page will be updated automatically, don't edit it (last edited on | PREFIX enwb: <https://eneoli.wikibase.cloud/entity/> | ||
PREFIX endp: <https://eneoli.wikibase.cloud/prop/direct/> | |||
select ?lexical_entry ?lemma (count(?bib_item) as ?in_how_many_articles) | |||
where { | |||
?lexical_entry endp:P5 enwb:Q13; wikibase:lemma ?lemma. filter(lang(?lemma)="ka") | |||
?bib_item endp:P65 ?lexical_entry. | |||
} group by ?lexical_entry ?lang ?lemma order by desc(?in_how_many_articles) | |||
</sparql> | |||
=== NeoCorpus articles in Georgian, and NeoVoc terms found in them === | |||
* This lists the validated Georgian terms, and in how many articles they have been found | |||
<sparql tryit="1"> | |||
#title: NeoVoc articles in Georgian, and terms found in them | |||
PREFIX enwb: <https://eneoli.wikibase.cloud/entity/> | |||
PREFIX endp: <https://eneoli.wikibase.cloud/prop/direct/> | |||
select ?bib_item (group_concat(?lemma; SEPARATOR="; ") as ?terms) | |||
where { | |||
?bib_item endp:P7 enwb:Q1312; endp:P65 ?lexical_entry. | |||
?lexical_entry endp:P5 enwb:Q13; wikibase:lemma ?lemma. | |||
} group by ?bib_item ?terms | |||
</sparql> | |||
''This page will be updated automatically, don't edit it (last edited on November 5, 2024).'' | |||
''For discussion in the group working on Georgian, you may use this page: [[Talk:NeoVoc/language/ka]].'' | ''For discussion in the group working on Georgian, you may use this page: [[Talk:NeoVoc/language/ka]].'' |