tsaltena

Results 5 comments of tsaltena

With these sparse vectors I mean the actual document-term matrix rows per document, my assumption was that they will be stored somewhere as a basis for the BM25 ranking if...

My Internet explorer issues were caused by ES6 standards followed in the library, not being implemented in IE. I could direct my compiler (laravel mix) to transpile the .js in...

@jbemmel: Together with Rens and the ASReview team, we're working on accessing the dataset OpenAlex (the continuation of Microsoft Academic that soft-launched early 2022). If you're interested in hearing more...

Upon closer look, it's possible to hack something into the pip.js that uses the Modulepath as a proxy for the name, which can be used to dynamically define a docker...

I was successful in implementing it through following: https://vuejsdevelopers.com/2017/04/22/vue-js-libraries-plugins/ including: ``` import rangy from 'rangy'; Object.defineProperty(Vue.prototype, '$rangy', { value: rangy }); ``` then makes Rangy available as this.$rangy etc.