mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
17 lines
1.1 KiB
JavaScript
17 lines
1.1 KiB
JavaScript
|
/*!
|
||
|
* Lunr languages, `Vietnamese` language
|
||
|
* https://github.com/MihaiValentin/lunr-languages
|
||
|
*
|
||
|
* Copyright 2017, Keerati Thiwanruk
|
||
|
* http://www.mozilla.org/MPL/
|
||
|
*/
|
||
|
/*!
|
||
|
* based on
|
||
|
* Snowball JavaScript Library v0.3
|
||
|
* http://code.google.com/p/urim/
|
||
|
* http://snowball.tartarus.org/
|
||
|
*
|
||
|
* Copyright 2010, Oleg Mazko
|
||
|
* http://www.mozilla.org/MPL/
|
||
|
*/
|
||
|
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.vi=function(){this.pipeline.reset(),this.pipeline.add(e.vi.stopWordFilter,e.vi.trimmer)},e.vi.wordCharacters="[A-Za-ẓ̀͐́͑̉̃̓ÂâÊêÔôĂ-ăĐ-đƠ-ơƯ-ư]",e.vi.trimmer=e.trimmerSupport.generateTrimmer(e.vi.wordCharacters),e.Pipeline.registerFunction(e.vi.trimmer,"trimmer-vi"),e.vi.stopWordFilter=e.generateStopWordFilter("là cái nhưng mà".split(" "))}});
|