Search
Preparing search index...
The search index is not available
novel-segment
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"lib/table/line"
TableDictLine
Class TableDictLine
原版 node-segment 的格式
Hierarchy
AbstractTableDictCore
<
boolean
>
TableDictLine
TableDictBlacklist
TableDictStopword
Index
Constructors
constructor
Properties
TABLE
TABLE2
options
type
type
Methods
_add
_exists
_remove
add
exists
json
remove
size
stringify
Constructors
constructor
new
Table
Dict
Line
(
type
:
string
, options
?:
IOptions
, existsTable
?:
ITableDictExistsTable
<
boolean
>
,
...
argv
:
any
[]
)
:
TableDictLine
Parameters
type:
string
Default value
options:
IOptions
= {}
Optional
existsTable:
ITableDictExistsTable
<
boolean
>
Rest
...
argv:
any
[]
Returns
TableDictLine
Properties
TABLE
TABLE
:
IDICT
<
boolean
>
TABLE2
TABLE2
:
any
|
IDICT2
<
boolean
>
options
options
:
IOptions
type
type
:
string
Static
type
type
:
string
Methods
_add
_add
(
word
:
string
)
:
void
Parameters
word:
string
Returns
void
Protected
_exists
_exists<U>
(
data
:
U
,
...
argv
:
any
[]
)
:
any
Type parameters
U
:
IWord
|
IDictRow
|
string
Parameters
data:
U
Rest
...
argv:
any
[]
Returns
any
_remove
_remove
(
word
:
string
)
:
void
Parameters
word:
string
Returns
void
add
add
(
word
:
string
|
string
[]
)
:
this
Parameters
word:
string
|
string
[]
Returns
this
exists
exists
(
data
:
any
,
...
argv
:
any
[]
)
:
boolean
Parameters
data:
any
Rest
...
argv:
any
[]
Returns
boolean
json
json
(
)
:
any
Returns
any
remove
remove
(
word
:
string
)
:
this
Parameters
word:
string
Returns
this
size
size
(
)
:
number
Returns
number
stringify
stringify
(
LF
?:
string
)
:
any
Parameters
Default value
LF:
string
= ""
Returns
any
README
Globals
"lib/table/line"
Table
Dict
Line
constructor
TABLE
TABLE2
options
type
type
_add
_exists
_remove
add
exists
json
remove
size
stringify
Generated using
TypeDoc
原版 node-segment 的格式