summaryrefslogtreecommitdiff
path: root/rst_parser/rst.cc
blob: f6b295b38bacbcec5f52b1ea8b253f13f92fdf4c (plain)
1
2
3
4
5
6
7
#include "rst.h"

using namespace std;

StochasticForest::StochasticForest(const ArcFactoredForest& af) {
}