mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update train_intent_parser.py
This commit is contained in:
parent
b0c0271a48
commit
f00488ab30
|
@ -2,7 +2,7 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
"""Using the parser to recognise your own semantics
|
"""Using the parser to recognise your own semantics
|
||||||
|
|
||||||
spaCy's parser component can be used to trained to predict any type of tree
|
spaCy's parser component can be trained to predict any type of tree
|
||||||
structure over your input text. You can also predict trees over whole documents
|
structure over your input text. You can also predict trees over whole documents
|
||||||
or chat logs, with connections between the sentence-roots used to annotate
|
or chat logs, with connections between the sentence-roots used to annotate
|
||||||
discourse structure. In this example, we'll build a message parser for a common
|
discourse structure. In this example, we'll build a message parser for a common
|
||||||
|
|
Loading…
Reference in New Issue
Block a user