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
