@orama/stopwords

v3.0.1
Stop-words for Orama
full-text search search fuzzy search typo-tolerant search full-text stemming stopwords

Orama Stop-words

This package provides support for stop-words removal in 30 languages:

  • Arabic
  • Armenian
  • Bulgarian
  • Chinese (Mandarin - stemmer not supported)
  • Danish
  • Dutch
  • English
  • Finnish
  • French
  • German
  • Greek
  • Hindi
  • Hungarian
  • Indonesian
  • Irish
  • Italian
  • Nepali
  • Norwegian
  • Portuguese
  • Romanian
  • Russian
  • Sanskrit
  • Serbian
  • Slovenian
  • Spanish
  • Swedish
  • Tamil
  • Turkish
  • Ukrainian
import { create } from '@orama/orama'
import { stopwords as italianStopwords } from '@orama/stopwords/italian'

const db = create({
  schema: {
  components: {
    tokenizer: {
      stopwords: italianStopwords
    }
  }
})

Read more in the official docs: https://docs.oramasearch.com/open-source/text-analysis/stop-words.

License

Apache 2.0

npm i @orama/stopwords

Metadata

Downloads