Gleidson

Results 4 issues of Gleidson

`serverless.yml` ``` name: website website: component: '@serverless/website' inputs: code: src: dist hook: npm run build domain: "https://my-domain.com" ``` I execute on terminal: **serverless** I got this error: ValidationException: 2 validation...

Is possible to use just modifier? I want to use only alt key, but it's not working. With combination works fine. (alt+s) ``` ```

I'm using Spacy Wordnet to find synonymous for words. I would like to check if the synonym "exists" together with the words that are before and after. For example: I...

Is possible to choose model with Docker Image? The language I need is in the m2m model, but the image defaults to the opus-mt model.