Tam
Tam
#### Issue Description Hello, Im looking for using FastText generated model in my code based on deeplearning4j. As you know that FastText models support vector lookups for out-of-vocabulary words by...
Hello, what is the difference between your code and the code in https://github.com/linkfluence/fastText4j?
I am a new user of pronto. I like it simplicity. I am trying to exctract all the terms in an ontology (.owl). Let say we have the following ontology:...
Hello, How can read a pretrained model? I try to load the preexisting files .vec and .bin, but the load model raises an excpetion. Its looks like the format incompatible...
There is any way to get the ngram for a given word. suppose the word is music and that this music belongs to vocab (we have the embedding of music)....
Hello, Im new in learning and in theano. So this tutorial is perfect and it helps me a lot. Please, how can i get the fonction mnist(), and the load...
Running` COLLECTION_URI=https://databus.dbpedia.org/dbpedia/collections/latest-core VIRTUOSO_ADMIN_PASSWD=password docker-compose up` we get` unexpected character "." in variable name near ".env"`
Hi Iam new to the docker development context. I followed the steps: 1. git clone https://github.com/dbpedia/virtuoso-sparql-endpoint-quickstart.git (in a command terminal )  3. then cd virtuoso-sparql-endpoint-quickstart 4. COLLECTION_URI=https://databus.dbpedia.org/dbpedia/collections/virtuoso-sparql-endpoint-quickstart-preview VIRTUOSO_ADMIN_PASSWD=myPassOnhttps://virtuoso.openlinksw.com/ docker-compose...