-
Hi
I'm considering standing up an API but was wondering if I could stand it up to get back the trained vectors, particularly if I fine-tune vectors.
So for example with this request:
```pytho…
-
## Description
I would also clarify the intended behavior around relative IRI Templates.
Especially in the context of #207 it might be a neat trick to be able to reuse same template for multiple…
-
Note the following DSL:
```
add_qnode(name=DOID:8398, id=n00)
add_qnode(type=phenotypic_feature, id=n01)
add_qedge(source_id=n00, target_id=n01, type=has_phenotype, id=e00)
expand(edge_id=e00)
o…
-
I thought you were against this:
```
Float x
```
Why not use he universally accepted correct way to do this, namely
```
var x : Float
```
You can leave out the `var` if you want, but you HAVE …
-
Spacy already has a NER but it doesn't link with KBs due to which the NER looks erroneous. NER are also restricted with generic classes like PERSON, ORG, LOCATION. An extension with wiki data, freebas…
-
In #700, @InExtremaRes asked:
> @justingrant Hi. I'm curious, why do you pick LocalDateTime as a name? If ZonedDateTime haven't been "occupied", were you choose that instead? I know you said is ju…
-
Store contributor details at a service level
Name of all the service contributors in the service metadata
contributers {
"Abcde",
"Person2",
}
raamb updated
4 years ago
-
[Prodigy](https://prodi.gy/) is a data annotation tool which we'll use to validate the performance of the **N**amed **E**ntity **R**ecognition and **D**isambiguation model. It has accepts data in a pa…
-
**Submitting author:** @seanpue (A. Sean Pue)
**Repository:** https://github.com/seanpue/graphtransliterator
**Version:** v1.0.4
**Editor:** @gkthiruvathukal
**Reviewer:** @rlskoeser, @vc1492a
**Archi…
-
The type "WebPage" has 12 subtypes (including in extensions). They include about pages, contact pages, and FAQ pages. I'm really surprised that there's no type for a homepage! What is the proper type …