michaelgrigoryan25
michaelgrigoryan25
This is the case with some Armenian words too. Maybe we could try using something like [Hugging Face Tokenizers](https://github.com/huggingface/tokenizers) or [Hugging Face Transformers](https://github.com/huggingface/transformers) and use NLP models (in this case...
I see. Let's say that `..` (or something similar) is an _optional_ whitespace specifier. So, in the stop words file, we will just need to specify `apfel..baum` and let the...
> @keywan-ghadami-oxid @michaelgrigoryan25 I have an experimental branch `relevancy-tests` if you fancy trying that out and giving feedback on how the relevancy is in your respective languages. Although it's slightly...
> Hi, have you looked into the [example](https://github.com/rust-db/refinery/blob/main/examples/migrations/V3__add_brand_to_cars_table.rs) here in the repo and uses barrel? No, I have not. I have only used the documentation at , thought that it...
@odealmervea, do you still have this issue? If so, can you set `RUST_BACKTRACE` to `1` in the environment variables, or the command-line, and run the application again, so that we...
Hey @evoxmusic, thanks for reviewing this PR. There are no cons to this PR. Not that I can think of :slightly_smiling_face: 1. The code actually becomes less complex, since we...
What about using a GitHub Action? I think I found something at https://github.com/marketplace/actions/rust-grcov which uses grcov under the hood.
In that case it may be possible to come up with something custom. cargo has [built-in support](https://doc.rust-lang.org/book/ch14-05-extending-cargo.html) for extending its functionality.
Hey @Sessional, thanks for your input. I have actually fixed the issue myself, and you are right about the `pg` feature part in `Cargo.toml`, it made everything work for me....
Could you please comment on whether or not you are still experiencing this issue, @lhirlimann?