You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB

  1. // fstext/fstext-lib.h
  2. // Copyright 2009-2012 Microsoft Corporation Johns Hopkins University (author:
  3. // Daniel Povey)
  4. // See ../../COPYING for clarification regarding multiple authors
  5. //
  6. // Licensed under the Apache License, Version 2.0 (the "License");
  7. // you may not use this file except in compliance with the License.
  8. // You may obtain a copy of the License at
  9. //
  10. // http://www.apache.org/licenses/LICENSE-2.0
  11. //
  12. // THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  13. // KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
  14. // WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
  15. // MERCHANTABLITY OR NON-INFRINGEMENT.
  16. // See the Apache 2 License for the specific language governing permissions and
  17. // limitations under the License.
  18. #ifndef KALDI_FSTEXT_FSTEXT_LIB_H_
  19. #define KALDI_FSTEXT_FSTEXT_LIB_H_
  20. #include "fst/fstlib.h"
  21. #include "fstext/determinize-lattice.h"
  22. #include "fstext/determinize-star.h"
  23. #include "fstext/fstext-utils.h"
  24. #include "fstext/kaldi-fst-io.h"
  25. #include "fstext/lattice-utils.h"
  26. #include "fstext/lattice-weight.h"
  27. #include "fstext/pre-determinize.h"
  28. #include "fstext/table-matcher.h"
  29. #endif // KALDI_FSTEXT_FSTEXT_LIB_H_