summaryrefslogtreecommitdiff
path: root/python/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test.py')
-rw-r--r--python/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/test.py b/python/test.py
index b3900eef..8069aa0a 100644
--- a/python/test.py
+++ b/python/test.py
@@ -60,3 +60,6 @@ print forest.viterbi_source_tree()
# Compare 1best and reference feature vectors
fref = forest.viterbi_features()
print dict(fsrc - fref)
+
+# Prune hypergraph
+forest.prune(density=100)