December 06, 2024

Calculation of IH&EH

Judging by 14 IH metrics and 2 EH metrics

calculating IH especially using Doc2VecTrainer

To calculate IH1, a Doc2VecTrainer method was used to compute the Consistency between the review and overall information

calculating EH via IBPA

Imitating the method in the DSS Paper, EH1 and EH2 can be calculated.

calling interfaces of IH and EH

similar to the way of LDA and Sentiment Orientation, IH and EH interfaces can be called by the following JavaScript file:

an error correction of pseudo code

fig9.png