https://github.com/flammie/vim-finitestatemorphology
Vim filetype plugins and syntaxes for Finite-State Morphology legacy formats
https://github.com/flammie/vim-finitestatemorphology
finite-state-morphology lexc twol vim-plugin
Last synced: 3 months ago
JSON representation
Vim filetype plugins and syntaxes for Finite-State Morphology legacy formats
- Host: GitHub
- URL: https://github.com/flammie/vim-finitestatemorphology
- Owner: flammie
- License: gpl-3.0
- Created: 2018-03-19T16:20:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T16:20:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T01:49:01.421Z (5 months ago)
- Topics: finite-state-morphology, lexc, twol, vim-plugin
- Language: Vim script
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Finite-State Morphology filetype plugins for vim: lexc, twolc, xfst, vislcg3
This repository contains rudimentary syntax files for colourful higlighting of
things and stuff in vim for some legacy file formats used in natural language
morphologies. The lexc and twolc file formats follow the implememtations and
grammars used in [HFST](https://hfst.github.io). The CG format tries to
match the features of VISL CG 3 version of constraint grammar.## Installation
### Vundle
If you use Vundle, and I strongly recommend you do, just add the line:
```
Plugin 'flammie/vim-finitestatemorphology'
```in the Vundle section.
### Manual
Otherwise, copy the subdirs here in the ~/.vim/.