Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

📜 Major mode for editing Helsinki Finite State Tools files in Emacs

NotificationsYou must be signed in to change notification settings

unhammer/hfst-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Major mode for twolc and lexc files.HFST is Helsinki Finite State Tools, which uses OpenFST/foma/SFST/… tocreate an free and open source alternative to Xerox Finite StateTools.hfst-mode provides syntax highlighting for the twolc and lexc formats.There is so far just one keyboard shortcut, `C-c G`, or`hfst-mode-goto-lexicon`, which moves you to the definition of thecontinuation lexicon referenced by the current entry.Usage:    (autoload 'hfst-mode "~/path/to/hfst-mode/hfst-mode.el")    ; Change these lines if you name your files something other    ; than .twol and .lexc:    (add-to-list 'auto-mode-alist '("\\.twol\\'" . hfst-mode))    (add-to-list 'auto-mode-alist '("\\.xfst\\'" . hfst-mode))    (add-to-list 'auto-mode-alist '("\\.lexc\\'" . hfst-mode))

About

📜 Major mode for editing Helsinki Finite State Tools files in Emacs

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp