UNPKG
concepts-parser
Version:
latest (1.5.6)
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.0.2
1.0.1
1.0.0
0.3.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
Concepts Extracting from text
github.com/entitizer/concepts-parser-js
entitizer/concepts-parser-js
concepts-parser
/
types
/
parse.d.ts
5 lines
(4 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
import
{
Concept
}
from
"./concept"
;
import
{
Context
}
from
"./types"
;
import
{
FilterOptions
}
from
"./filters"
;
export
declare
function
parse
(
context: Context, options?: FilterOptions
):
Concept
[];