HomeSort by relevance Sort by last modified time
    Searched full:hfst (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/test/
fst_test.h 231 Fst<Arc> *hfst = Fst<Arc>::Read(filename); local
232 CHECK(hfst);
233 TestBase(*hfst);
235 delete hfst;

Completed in 2057 milliseconds