You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a researcher, I am interested in calculating several coherence values for a given topic. At the moment, I have to rerun Palmetto several times. Each time, I provide the set of all topics and one of the coherence measures for which I would like to get the values. I would appreciate it if I could simply provide a list of coherence measures and Palmetto would give me all the results at once.
Another advantage would be the time that could be saved. Since the index is the performance bottleneck, it might be faster to simply calculate all coherence values for a single topic while the necessary counts are in the main memory instead of reading them again and again from the index.
Development steps
Adapt the inner workflow of Palmetto
Update the CLI interface to allow a list of coherence measure names instead of a single name
Update the web service to allow the same functionality (optional)
The text was updated successfully, but these errors were encountered:
User story
As a researcher, I am interested in calculating several coherence values for a given topic. At the moment, I have to rerun Palmetto several times. Each time, I provide the set of all topics and one of the coherence measures for which I would like to get the values. I would appreciate it if I could simply provide a list of coherence measures and Palmetto would give me all the results at once.
Another advantage would be the time that could be saved. Since the index is the performance bottleneck, it might be faster to simply calculate all coherence values for a single topic while the necessary counts are in the main memory instead of reading them again and again from the index.
Development steps
The text was updated successfully, but these errors were encountered: