Skip to content

Commit 63eb104

Browse files
committed
SUPPO-1256: Checkpoint.
1 parent 7e39e1f commit 63eb104

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

DEVELOPER.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
...

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ analyze unstructured and semi-structured text across 364 language-encoding-scrip
1212
information and actionable data. Rosette provides endpoints for extracting entities and relationships, translating and
1313
comparing 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
2226
in 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
3737
If you are modifying the binding code, please refer to the [developer README](https://github.com/rosette-api/python/tree/develop/DEVELOPER.md) file.

0 commit comments

Comments
 (0)