MateNLP

FREEMIUM
By Mate | Updated 20 दिन पहले | Data
Popularity

0.1 / 10

Latency

86,765ms

Service Level

0%

Health Check

N/A

README

{
“basic-dependencies”: * Type of Dependency ex. basic-dependencies, collapsed-dependencies, collapsed-cc-processed-dependencies
{
“word”: “crowned”, * Root word
“childs”: [{ * Childs of root word
“word”: “London”,
“dep”: “nsubjpass” * Dependency with parent word ex. Dependency Triple : (crowned, nsubjpass, London)
}, {
“word”: “has”,
“dep”: “aux” * Dependency with parent word of word ‘has’ ex. Dependency Triple : (crowned, aux, has)
}, {
“word”: “been”,
“dep”: “auxpass”
}, {
“word”: “city”,
“childs”: [{ * Childs of tree with root node ‘city’
“word”: “the”,
“dep”: “det”
}, {
“word”: “attractive”,
“childs”: [{
“word”: “most”,
“dep”: “advmod”
}],
“dep”: “amod”
}, {
“word”: “world”,
“childs”: [{
“word”: “in”,
“dep”: “case”
}, {
“word”: “the”,
“dep”: “det”
}],
“dep”: “nmod”
}],
“dep”: “dobj”
}],
“dep”: “Null” * Dependency is null for root word, as root word has no parent
}
}

Followers: 32
Resources:
Product Website
API Creator:
M
Mate
Mate
Log In to Rate API
Rating: 5 - Votes: 1