Christoph Schneider
Christoph Schneider
Thank you for helping. I'm using datasets 1.8.0 I've reordered neg pos and qry. Now i get this error: Traceback (most recent call last): File "C:\Users\Christoph.Schneider\PycharmProjects\SentBertHelpDesk\try_reranker.py", line 25, in train_dataset...
I want to add a Gazeteer to my Recommender. In order to do this i've created an AutoConfiguration Class: ``` @Configuration @ConditionalOnBean(RecommendationService.class) public class RegexRecommenderAutoConfiguration { ``` However this doesn't...
Thank you. That was very helpfull.