mattico / elasticlunr-rs

A partial port of elasticlunr to Rust. Intended to be used for generating compatible search indices.
Apache License 2.0
52 stars 23 forks source link

Add Norwegian #31

Closed edmellum closed 3 years ago

edmellum commented 3 years ago

I see the tests are failing, but I'm having trouble figuring out the fixtures. Where is the source content in each language coming from? 😄

mattico commented 3 years ago

You need to find some freely-licensed Norwegian text and add it to tests/data. Then run test-lang.rs:write_output() to generate the text fixture.

edmellum commented 3 years ago

I forgot about this for a while, but I've added a fixture based on a transcript from a recent Norwegian parliament speech. 😄

mattico commented 3 years ago

Thanks!