File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed
Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1+ ## Developer Information
2+
3+ ###
4+ Docker
5+ A Docker image for running the examples against the compiled source library is available on Docker Hub.
6+
7+ Command: docker run -e API_KEY=api-key -v "<binding root directory >:/source" rosetteapi/docker-python
8+
9+ Additional environment settings:
10+
11+ -e ALT_URL=<alternative URL >
12+ -e FILENAME=<single filename >
13+
14+
15+ ### Doc README
16+
17+
18+ ### Examples README
19+
20+
21+ ### Build Release
22+ ...
Original file line number Diff line number Diff line change @@ -12,13 +12,17 @@ analyze unstructured and semi-structured text across 364 language-encoding-scrip
1212information and actionable data. Rosette provides endpoints for extracting entities and relationships, translating and
1313comparing the similarity of names, categorizing and adding linguistic tags to text and more.
1414
15+ ## Rosette API Access
16+ - Rosette Cloud [ Sign Up] ( https://developer.rosette.com/signup )
17+ - Rosette Enterprise [ Evaluation] ( https://www.rosette.com/product-eval/ )
18+
1519## Quick Start
1620
1721#### Installation
1822` pip install rosette_api `
1923
2024#### Examples
21- There is an example call for each Rosette endpoint, using this binding,
25+ View small example programs for each Rosette endpoint
2226in the [ examples] ( https://github.com/rosette-api/python/tree/develop/examples ) directory.
2327
2428#### Documentation & Support
@@ -29,9 +33,5 @@ in the [examples](https://github.com/rosette-api/python/tree/develop/examples) d
2933- [ Support] ( https://support.rosette.com )
3034- [ Binding License: Apache 2.0] ( https://github.com/rosette-api/python/blob/develop/LICENSE.txt )
3135
32- ## Rosette API Access
33- - Rosette Cloud [ Sign Up] ( https://developer.rosette.com/signup )
34- - Rosette Enterprise [ Evaluation] ( https://www.rosette.com/product-eval/ )
35-
3636## Binding Developer Information
3737If you are modifying the binding code, please refer to the [ developer README] ( https://github.com/rosette-api/python/tree/develop/DEVELOPER.md ) file.
You can’t perform that action at this time.
0 commit comments