darebfh

Results 6 comments of darebfh

Hey Maarten! It seems as if topic_model.merge_topics() still does not propagate the changes internally: If I run topic_model.get_topic_info() topic_model.merge_topics(docs, [1,2]) and again topic_model.get_topic_info() I get the same number of topics...

I'm using the latest build, 0.12.0:

Hey Maarten, sorry for bothering you, of course the error was on my side! ;) When creating the arrays of topics to be merged, I assumed that the user input...

I have the exact same feature request for an annotation project based on nested NER: In order to improve usability, it would be nice to have only a dedicated subset...

Hello! I am also very interested in performing NER based on 🤗Transformers. I managed to adapt the code of 05-nyt-re-bert for inference (see below). You can then retrieve the name...