@orama/stopwords
TypeScript icon, indicating that this package has built-in type declarations

2.0.18 • Public • Published

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

Package Sidebar

Install

npm i @orama/stopwords

Weekly Downloads

612

Version

2.0.18

License

Apache-2.0

Unpacked Size

475 kB

Total Files

183

Last publish

Collaborators

  • faustoq
  • saravieira
  • fra.giannino
  • raiindev
  • allevo
  • micheleriva