Skip to content
This repository was archived by the owner on Jul 31, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (23 loc) · 1.18 KB

README.org

File metadata and controls

41 lines (23 loc) · 1.18 KB

FastQ

Code for fast scalable multi-facet intent classification of web search queries using dynamically constructed tree-structured graphical models. This code incorporates (Euro) WordNet, thus exploiting the semantic relationships in the lexicon to improve the classification results.

Dependencies

Compilation

To compile, goto src/ and run make. The following paths need to be edited for correct compilation:

  • WN_ROOT=/usr/local/WordNet-3.0
  • DAI_ROOT=${HOME}/Code/libdai

Optional - Only main.cpp uses matlab headers. Present iteration of the code has this commented out.

  • MATLAB_ROOT=/chalmers/sw/sup/matlab-2009b

Running on Linux

On njlaptop: If the path does not work, add to path the following: /

Running on Mac