siat-nlp / MAMS-for-ABSA

A Multi-Aspect Multi-Sentiment Dataset for aspect-based sentiment analysis.
Apache License 2.0
255 stars 63 forks source link

aspect_embedding in ACSA task #5

Open bujiahao opened 4 years ago

bujiahao commented 4 years ago

In the ./train/make_aspect_category_model.py, the function make_recurrent_capsule_network() randomly initialized a variable aspect_embedding,but never use it in the network.

Is this a bug?