Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

STOPWORD

STOPWORD: object

Type declaration

  • [key: string]: number

STOPWORD2

STOPWORD2: object

Type declaration

  • [key: number]: object
    • [key: string]: number

_STOPWORD

_STOPWORD: string | string[]

Const _TABLE

_TABLE: string = [' ,.;+-|/\\\'":?<>[]{}=!@#$%^&*()~`' +'。,、':∶;?‘’“”〝〞ˆˇ﹕︰﹔﹖﹑·¨….¸;!´?!~—ˉ|‖"〃`@﹫¡¿﹏﹋﹌︴々﹟#﹩$﹠&﹪%*﹡﹢﹦' +'﹤‐ ̄¯―﹨ˆ˜﹍﹎+=<­__-\ˇ~﹉﹊()〈〉‹›﹛﹜『』〖〗[]《》〔〕{}「」【】︵︷︿︹︽_﹁﹃︻︶︸' +'﹀︺︾ˉ﹂﹄︼+-×÷﹢﹣±/=≈≡≠∧∨∑∏∪∩∈⊙⌒⊥∥∠∽≌<>≤≥≮≯∧∨√﹙﹚[]﹛﹜∫∮∝∞⊙∏' +'┌┬┐┏┳┓╒╤╕─│├┼┤┣╋┫╞╪╡━┃└┴┘┗┻┛╘╧╛┄┆┅┇╭─╮┏━┓╔╦╗┈┊│╳│┃┃╠╬╣┉┋╰─╯┗━┛' +'╚╩╝╲╱┞┟┠┡┢┦┧┨┩┪╉╊┭┮┯┰┱┲┵┶┷┸╇╈┹┺┽┾┿╀╁╂╃╄╅╆' +'○◇□△▽☆●◆■▲▼★♠♥♦♣☼☺◘♀√☻◙♂×▁▂▃▄▅▆▇█⊙◎۞卍卐╱╲▁▏↖↗↑←↔◤◥╲╱▔▕↙↘↓→↕◣◢∷▒░℡™','.・ ※','⋯',].join('')

Functions

parseStopWord

  • parseStopWord(_STOPWORD: string | string[]): object
  • Parameters

    • _STOPWORD: string | string[]

    Returns object

    • STOPWORD: object
      • [key: string]: number
    • STOPWORD2: object
      • [key: number]: object
        • [key: string]: number
    • _STOPWORD: string | string[]

Generated using TypeDoc