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
/
parsers
/
words
/
parser.d.ts
7 lines
(6 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BaseParser
}
from
"../base"
;
import
{
Context
}
from
"../../types"
;
import
{
Concepts
}
from
"../../concepts"
;
export
declare
class
Parser
extends
BaseParser
{
parse
(
context
:
Context
):
Concepts
; }