We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
数据集和embedding怎么获取?
The text was updated successfully, but these errors were encountered:
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/
Sorry, something went wrong.
@stephantul where is the file named"my_data.conllu"?
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
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
stephantul
No branches or pull requests
数据集和embedding怎么获取?
The text was updated successfully, but these errors were encountered: