@@ -12,30 +12,32 @@ You can now run your desired _endpoint_.py file to see it in action.
1212For example, run ` python/examples/categories.py ` if you want to see the categories
1313functionality demonstrated.
1414
15- All files require you to input your Rosette API User Key after --key to run.
16- For example: ` python ping.py --key 1234567890 `
17- All also allow you to input your own service URL if desired.
18- For example: ` python ping.py --key 1234567890 --service_url http://www.myurl.com `
15+ All files require you to input your Rosette API User Key after --key to run.
16+ For example: ` python ping.py --key 1234567890 `
17+ All also allow you to input your own service URL if desired.
18+ For example: ` python ping.py --key 1234567890 --service_url http://www.myurl.com `
1919Some (specified below) allow an additional input of either a file (.html or .txt) or a URL with ` --file ` or ` --url `
2020
2121Each example, when run, prints its output to the console.
2222
23- | File Name | What it does |
24- | ------------- | ------------- |
25- | categories.py | Gets the category of a document at a URL |
26- | entities.py | Gets the entities from a piece of text |
27- | info.py | Gets information about Rosette API |
28- | language.py | Gets the language of a piece of text |
29- | matched-name.py | Gets the similarity score of two names |
30- | morphology_complete.py | Gets the complete morphological analysis of a piece of text|
31- | morphology_compound-components.py | Gets the de-compounded words from a piece of text |
32- | morphology_han-readings.py | Gets the Chinese words from a piece of text |
33- | morphology_lemmas.py | Gets the lemmas of words from a piece of text |
34- | morphology_parts-of-speech.py | Gets the part-of-speech tags for words in a piece of text |
35- | ping.py | Pings the Rosette API to check for reachability |
36- | relationships.py | Gets the relationships between entities from a piece of text |
23+ | File Name | What it does |
24+ | ------------- | ------------- |
25+ | categories.py | Gets the category of a document at a URL |
26+ | entities.py | Gets the entities from a piece of text |
27+ | info.py | Gets information about Rosette API |
28+ | language.py | Gets the language of a piece of text |
29+ | matched-name.py | Gets the similarity score of two names |
30+ | morphology_complete.py | Gets the complete morphological analysis of a piece of text|
31+ | morphology_compound-components.py | Gets the de-compounded words from a piece of text |
32+ | morphology_han-readings.py | Gets the Chinese words from a piece of text |
33+ | morphology_lemmas.py | Gets the lemmas of words from a piece of text |
34+ | morphology_parts-of-speech.py | Gets the part-of-speech tags for words in a piece of text |
35+ | name_deduplication.py | De-duplicates a list of names |
36+ | ping.py | Pings the Rosette API to check for reachability |
37+ | relationships.py | Gets the relationships between entities from a piece of text |
3738| sentences.py | Gets the sentences from a piece of text |
38- | sentiment.py | Gets the sentiment of a local file |
39- | tokens.py | Gets the tokens (words) from a piece of text |
39+ | sentiment.py | Gets the sentiment of a local file |
40+ | tokens.py | Gets the tokens (words) from a piece of text |
4041| translated-name.py | Translates a name from one language to another |
42+ | transliteration.py | Transliterates the given text |
4143
0 commit comments