Topic on User talk:So9q

Jump to navigation Jump to search
GZWDer (talkcontribs)

In WordData the basic unit is sense and there are no entries for lexemes. e.g. this refers to three Wikidata lexemes and 9 senses. See as an example here: if you query for synonyms of "group" it will first query all senses (verb and noun) of "group" and find synonyms of each senses. See Wikidata:Property proposal/Wolfram language WordData sense.

  • WordData["group", "Synonyms"] works like {x:[i.lemma for i in synonyms(x)] for x in senses("group")}
  • WordData["group", "Synonyms", "List"] works like sum([[i.lemma for i in synonyms(x)] for x in senses("group")],[])
  • WordData["group", "Synonyms", "Rules"] works like {x:[i for i in synonyms(x)] for x in senses("group")]
So9q (talkcontribs)
GZWDer (talkcontribs)

Wolfram Alpha may access some general information a word, but not a specific sense. you need to install Wolfram Mathemativa or Wplfram Engine, or use Wolfram Cloud to access data acout specific sense.

So9q (talkcontribs)

It seems we are miscommunicating here. I'm not interested in the senses if they cannot be accessed with a public URL.

GZWDer (talkcontribs)
So9q (talkcontribs)
GZWDer (talkcontribs)

Do you noticed the discussion in the Telegram groups?

So9q (talkcontribs)

Did you mean to ask if I participated in the chat in the telegram groups? Yes, I participate more or less every day atm. You are very welcome to join. :)

GZWDer (talkcontribs)

I did not use the correct grammar in the previous comment. I mean you should notify Telegram group about the discussion about WordData you started.

So9q (talkcontribs)

Yes I posted it in the lexical group.

GZWDer (talkcontribs)
So9q (talkcontribs)

can you give an example URL? Do we have a external ID property for that?

GZWDer (talkcontribs)

You may replace the "word" in above URL to arbitrary word. See also WordNet 3.1 Synset ID (P8814) - you may find Synset ID via OPTIONS (top-right) => Show Synset Identifier - which is only used three times. WordNet does not provide ID for lexemes nor (lexeme-dependant) senses of lexemes.

So9q (talkcontribs)
So9q (talkcontribs)

wordnet seems like a goldmine to link to, could you also ask if they can make an URL endpoint that accept sense_key or id possible?

Reply to "WordData"