M. Cihat Ünal

Results 14 issues of M. Cihat Ünal

![image](https://user-images.githubusercontent.com/43930582/128484673-560ae40d-8322-46fb-bb3c-061fbd62959f.png) When I try to evaluate my model, it stops suddenly just like I did keyboard interruption as you can see ^C bottom of the output. Why is that happening...

I can finally run the OSS on docker thanks to new release. ![image](https://user-images.githubusercontent.com/43930582/97678494-f1493e80-1aa4-11eb-9872-31935a1794f1.png) Now, I suppose, I can reach the OSS by using `http://localhost/search` but I cannot. My docker container...

Even if I had location data in my indexes(and also I saw in preview, I have location data like Moscow, Europe). Map tab shows me "No results". Am I missing...

I want to stuck GeoName plugin, but first I need to download and install opensemanticsearch-enhancer-geonames package. Doc doesn't include not enough knowledge about it. How can I do that ?...

I confronted with an error when I tried the code you share as an example usage without making any changes. ![image](https://user-images.githubusercontent.com/43930582/186408654-a3654fec-1e23-4ad7-90a4-e7ee0baab334.png) I believe this problem has simple solution. Can you...

When I tried to use modules in phonetics, nothing can be found under the phonetic library. `import phonetics` `print(phonetics.dmetaphone('Danger'))` `>>> AttributeError: partially initialized module 'phonetics' has no attribute 'dmetaphone' (most...

I've started fresh notebook, try install and use the library. I followed the instructions in the readme file, but it throws an error and doesn't work. Here is the my...

I tried to work Google Colab and followed instruction in installation [guide](https://bootleg.readthedocs.io/en/latest/gettingstarted/install.html). It gave me `Module Not Found Error` for `emmental` and `huggingface-hub`. I installed them via `pip`. However, It...

I just want to use SBERT for Few Shot multiclass text classification, however I couldn't see any tutorial or explanation for it. Can you explain to me that which "multi_target_strategy"...

documentation
question

In the regard of CIDEr's logic, both candidates and references need to be mapped to their stem or root form. However, I couldn't see such operation in the code. I...