Skip to content

Commit

Permalink
Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
albbas committed Feb 12, 2025
1 parent 392f515 commit 61fd2b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

This project contains a server based on Node.js that enables you to use the spellcheck-as-you-type extions for CKEditor with [hfst-ospell](https://github.com/hfst/hfst-ospell) dictionaries.

The server auto loads dictionary files. It means that languages are *added, updated or removed* when *dictionaries are added to or removed from* the dictionary directory.
The server auto loads dictionary files. It means that languages are _added, updated or removed_ when _dictionaries are added to or removed from_ the dictionary directory.

## Install

- Go to <https://rustup.rs> and install the stable Rust toolchain.

```sh
$ git submodule init
$ git submodule update
$ npm install
git submodule init
git submodule update
npm install
```

## Running Example

To get see an example, just run

```sh
$ npm start
npm start
```

and open <http://localhost:3000/> in your browser.
Expand All @@ -45,9 +45,9 @@ You can find several dictionaries on [divvun.no](http://www.divvun.no/korrektur/
Assuming you accept the respective licensing terms, you can e.g. use

```sh
$ curl http://divvun.no/static_files/zhfsts/se.zhfst > "etc/sme_NO.zhfst"
$ curl http://divvun.no/static_files/zhfsts/smj.zhfst > "etc/smj_NO.zhfst"
$ curl http://divvun.no/static_files/zhfsts/sma.zhfst > "etc/sma_NO.zhfst"
curl http://divvun.no/static_files/zhfsts/se.zhfst > "etc/sme_NO.zhfst"
curl http://divvun.no/static_files/zhfsts/smj.zhfst > "etc/smj_NO.zhfst"
curl http://divvun.no/static_files/zhfsts/sma.zhfst > "etc/sma_NO.zhfst"
```

to download the files for Northern, South, and Lule Sámi.

0 comments on commit 61fd2b7

Please sign in to comment.