Demo Convert to PrefixGraph. More...
#include <iostream>
#include "../PrefixGraphBuilder.h"
Functions | |
int | main (int argc, char **argv) |
Demo Convert to PrefixGraph.
Probably you want to run script test.sh which do all the tests.
Program converts a list of words to PrefixGraph format
Run this program with the name of file with a list of words as an argument.
File must be compatible with PrefixGraph::build.
You can try run PrepareWordList.sh to correct your dictionary.