[liblouis-liblouisxml] [liblouis/liblouis] d58324: First implementation of table development tools

  • From: Bert Frees <bertfrees@xxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Fri, 27 Jun 2014 08:14:55 -0700

  Branch: refs/heads/bfrees_table_dev
  Home:   https://github.com/liblouis/liblouis
  Commit: d58324f7c904e344e548e48a123f7ccb0d661898
      
https://github.com/liblouis/liblouis/commit/d58324f7c904e344e548e48a123f7ccb0d661898
  Author: Bert Frees <bertfrees@xxxxxxxxx>
  Date:   2014-06-27 (Fri, 27 Jun 2014)

  Changed paths:
    M Makefile.am
    M configure.ac
    A table-dev/Makefile.am
    A table-dev/dict_export_chunked_words.py
    A table-dev/dict_export_chunked_words.sh
    A table-dev/dict_submit_entries
    A table-dev/dict_submit_entries.py
    A table-dev/dict_submit_frequency_list
    A table-dev/dict_submit_frequency_list.py
    A table-dev/generate_patterns
    A table-dev/substrings.pl
    A table-dev/suggest_chunks
    A table-dev/suggest_chunks.py
    A table-dev/suggest_entries
    A table-dev/suggest_entries.py
    A table-dev/table-dev.c
    A table-dev/test-table-dev.c
    A table-dev/test-table.ctb
    A table-dev/utils.py
    A table-dev/wrap_python.sh

  Log Message:
  -----------
  First implementation of table development tools

To get you started try the following:

   make
   cd table-dev
   ./dict_submit_frequency_list --help
   ./dict_submit_entries --help
   ./suggest_entries --help
   ./suggest_chunks --help
   ../tools/lou_trace --help

There is room for lots of improvements. More information will follow at
http://liblouis.org/todo/Table_development_tools


Other related posts:

  • » [liblouis-liblouisxml] [liblouis/liblouis] d58324: First implementation of table development tools - Bert Frees