cat icon indicating copy to clipboard operation
cat copied to clipboard

这套代码怎么运行?

Open lilililisa1998 opened this issue 4 years ago • 4 comments

数据集和embedding怎么获取?

lilililisa1998 avatar Mar 08 '21 02:03 lilililisa1998

Hi, the dataset can be downloaded here: https://github.com/ruidan/Unsupervised-Aspect-Extraction We trained the embeddings on the SemEval 2014 and 2015 corpora, which you can download here: http://alt.qcri.org/semeval2014/task4/ and here: http://alt.qcri.org/semeval2015/task12/

stephantul avatar Mar 08 '21 10:03 stephantul

@stephantul where is the file named"my_data.conllu"?

dingtingtings avatar Jun 09 '21 11:06 dingtingtings

Hi!

This is just an example, there is no file called "my_data.conllu".

In order to work with the pipeline, the code needs to have data in CoNLL-U format (see here: https://universaldependencies.org/format.html). You can use many tools to get parser output in CONLL-U format, such as https://github.com/andreasvc/spacyconllu

stephantul avatar Jun 09 '21 11:06 stephantul

Hello, what kind of data set can be put in the data directory? Can you give me an example? I have downloaded dataset from https://github.com/ruidan/Unsupervised-Aspect-Extraction.But there is no labels_restaurant_train.txt

Omaogegea avatar Aug 24 '22 07:08 Omaogegea