public class FunctionalTaxonomyPrinter<T> extends Object implements TaxonomyPrinter<T>
Title: Functional Taxonomy Printer
Description: The output of this printer is "functional" in the sense that any taxonomy has only a single printed form. I.e., the output here is intended to be unchanged by reorderings of sibling nodes in the classification algorithm. It was developed as a way to compare the output of alternative classification implementations. It is based on the format found in the DL benchmark test data.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
FunctionalTaxonomyPrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(Taxonomy<T> taxonomy) |
void |
print(Taxonomy<T> taxonomy,
PrintWriter out) |
public void print(Taxonomy<T> taxonomy)
print in interface TaxonomyPrinter<T>public void print(Taxonomy<T> taxonomy, PrintWriter out)
print in interface TaxonomyPrinter<T>Copyright © 2019. All rights reserved.