-
I have the following one-many relationship:
Cell.js
``` js
require('./Synonym');
const model = myBookshelf.Model.extend({
tableName: 'cells',
// Relations
synonyms() {
return this.hasMany(…
-
In GitLab by @babis on Nov 10, 2020, 07:46
That is, it would look for close enough entries with the code the a/c is run against, or synonyms, sub strings etc.
---
**Issue metadata**
- Issue type: …
-
Relates to https://github.com/OHDSI/Athena/issues/82
Requires discussion of how to display this in UI
-
If I query with id=UniProtKB:P10721 I get back a bunch of results.
But querying with id=NCBIGene:3815 (which should be equivalent) I get back
```
{
"compact_associations": null,
"associa…
-
Hello,
Looks like an amazing piece of software. Can one adapt the code to support synonyms for suggesting keywords?
Example
selectedTags: [ 'big', 'small' ]
list of synonyms:
big = ['large…
-
I am compiling a dictionary of synonyms and some articles have too many keys. So, my problem is "how to show them in DS (particulary GoldenDict)?" I have tried several styles, like densed line-space o…
-
Reading https://www.elastic.co/blog/boosting-the-power-of-elasticsearch-with-synonyms - we quickly see Emoji Search can benefit from the new `POST /synonym_test/_reload_search_analyzers` API.
> Ind…
-
Hi there- not sure if this project is still active,
The sqlalchemy Synonym column names are not contained in the list of `settable_attributes`.
https://docs.sqlalchemy.org/en/14/orm/mapped_attri…
-
This would vastly reduce the number of ChEBI terms to choose from, and would make sure we use the 7.3 forms.
Thanks, Pascale
@kltm
-
Some stations are represented by multiple names in the database, but not recognized as equivalent. This leads to wrong departure and/or arrival times (which consider walking as well), and unnecessary …