-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
63 lines (63 loc) · 1.4 KB
/
composer.json
File metadata and controls
63 lines (63 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "rosette/api",
"version": "1.31.0",
"description": "PHP Interface for Babel Street Text Analytics",
"type": "library",
"license": "Apache-2.0",
"keywords": [
"address similarity",
"analyze language",
"babel street",
"categories",
"coreference",
"entity extraction",
"entity linking",
"event extraction",
"fuzzy matching",
"langauge identification",
"lemmatization",
"match identity",
"morphology",
"name deduplication",
"name similarity",
"name translation",
"ner",
"nlp",
"parts of speech",
"record similarity",
"relationships",
"semantic similarity",
"semantic vectors",
"sentiment analysis",
"text analytics",
"text embeddings",
"tokenization"
],
"authors": [
{
"name": "Babel Street Rosette Ltd",
"email": "rosette-php@babelstreet.com",
"homepage": "https://www.babelstreet.com/rosette"
}
],
"support": {
"email": "analyticssupport@babelstreet.com",
"issues": "https://babelstreet.my.site.com/support/s/",
"source": "https://github.com/rosette-api/php"
},
"require": {
"rmccue/requests": ">=1.8"
},
"require-dev": {
"phpspec/phpspec": ">=7.0.0",
"friends-of-phpspec/phpspec-code-coverage": ">=v6.0.0"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"rosette\\": "./source/rosette"
}
}
}