taxogen icon indicating copy to clipboard operation
taxogen copied to clipboard

Results 10 taxogen issues
Sort by recently updated
recently updated
newest added

Dear authors of TaxoGen, The keyword score of clus_center is smaller than filter_thre, so it (the clus_center) doesn't occur in keywords.txt, leading to KeyError in embs[cate_ph]. How to solve this...

- Switched to Python 3 with Python's 2to3 tool - Added Poetry package management for easy environment setup

Inside "paras.py" there are some paths hardcoded to your personal folder, generating an error when running the code. E.g.: `/shared/data/jiaming/local-embedding/sp` Just modified them to a local path the code works.

Reading the TaxoGen-paper, I thought new child nodes in the taxonomy were created by selecting the most representitive term for a topic (using the ranking algorithm which considers popularity and...

In run.sh, _word2ve**e**c_ should be _word2vec_: `gcc word2vec.c -o word2veec -lm -pthread -O2 -Wall -funroll-loops -Wno-unused-result`

What would the process be to run taxogen on a new corpus?

This PR upgrade the code as it is currently not working with recent frameworks and libraries. Below are the list of changes: 1. Added dependencies in `requirements.txt` . 2. Fixed...