Ruan Chaves

Results 13 issues of Ruan Chaves

> [cdr/code-server](https://github.com/cdr/code-server) > Run VS Code on any machine anywhere and access it in the browser. I would like to run Lite on an Amazon EC2 instance ( or any...

I'd just like to bring to your attention that the large portuguese-BERT model has been evaluated on the semantic textual similarity and textual entailment tasks in the [ASSIN datasets](https://sites.google.com/view/assin2/english). Portuguese-BERT...

*Description of changes:* This pull request fixes an issue in the installation instructions on the README. It instructs the user to directly install the `mlm` package through `pip install git+git://github.com/awslabs/mlm-scoring.git@master#egg=mlm`....

Please consider integrating the features of [my image plugin](https://github.com/ruanchaves/reddit-html-archiver-image-plugin) to this repository.

enhancement

Setup is too involved and system-specific. There should be a release that runs from a Docker container. In this way it will be possible to install it anywhere in just...

There should be a script that automatically uploads downloaded files to the Internet Archive. Relevant pages: [Upload API](https://archive.org/services/docs/api/internetarchive/cli.html#upload) [Upload tips](https://help.archive.org/hc/en-us/articles/360016475032-Uploading-Tips)

This fixes a codec bug in this script and makes it be functional again. Presently as it stands it won't run and exit with a fatal error. I ran this...

Closes #23 . Usage: ``` from pysentimiento.preprocessing import preprocess_tweet from pysentimiento.segmenter import create_segmenter # Handles hashtags segmenter = create_segmenter(lang="es", batch_size=1000) preprocess_tweet("esto es #UnaGenialidad", segmenter=segmenter) # "esto es una genialidad" ```...

`preprocess_tweet` currently uses a very simple camel case regex to handle hashtag preprocessing. This will obviously fail for most hashtags. I propose to integrate [hashformers](https://github.com/ruanchaves/hashformers) with pysentimiento. Here are a...

From the README: > "Some of the generated captions are going to be ugly. Some of the generated captions are going to be really good but a word or two...