Lines Matching full:symbol
29 #include <fst/symbol-table.h>
34 // Returns a minimal symbol table containing only symbols referenced by the
55 pruned->AddSymbol(stiter.Symbol(), stiter.Value());
61 // Relabels a symbol table to make it a contiguous mapping.
67 // The returned symbol table will never modify symbol assignments from the left
71 // A potential use case is to Compose two Fst's that have different symbol
85 // Read the symbol table from any Fst::Read()able file, without loading the
86 // corresponding Fst. Returns NULL if the Fst does not contain a symbol table
87 // or the symbol table cannot be read.