-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
20 changed files
with
519 additions
and
96 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
import logging | ||
import asyncio | ||
|
||
|
||
class MockApp(dict): | ||
|
||
def __init__(self): | ||
self.loop = self.wait_loop | ||
self.loop = asyncio.get_event_loop() | ||
pass | ||
|
||
def wait_loop(self): | ||
pass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
|
||
opencogs: | ||
- opencog: | ||
required_ontology_node_ids: | ||
- 86717381-0b4c-440f-9ed6-41206fbba0bc | ||
- b95fb615-cb03-4d19-bf71-2a892c3d45a8 | ||
host: 127.0.0.1 | ||
port: 15010 | ||
|
||
- opencog: | ||
ontology_node_id: 413cfd03-14a2-45dd-a94c-3c7798aca992 | ||
required_ontology_node_ids: | ||
- 86717381-0b4c-440f-9ed6-41206fbba0bc | ||
- b95fb615-cb03-4d19-bf71-2a892c3d45a8 | ||
host: 127.0.0.1 | ||
port: 15010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
|
||
jsonrpcs: | ||
- jsonrpc: | ||
required_ontology_node_ids: | ||
- b95fb615-cb03-4d19-bf71-2a892c3d45a8 | ||
url: http://localhost:8091 | ||
|
||
- jsonrpc: | ||
comment: A worker that needs no supporting workers | ||
ontology_node_id: b95fb615-cb03-4d19-bf71-2a892c3d45a8 | ||
url: http://localhost:8092 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
|
||
modules: | ||
- module: | ||
name: demo.document_summarizer.DocumentSummarizer | ||
required_ontology_node_ids: | ||
- deadbeef-aaaa-bbbb-cccc-000000000002 | ||
- deadbeef-aaaa-bbbb-cccc-000000000003 | ||
- deadbeef-aaaa-bbbb-cccc-000000000004 | ||
- deadbeef-aaaa-bbbb-cccc-000000000005 | ||
- deadbeef-aaaa-bbbb-cccc-000000000006 | ||
|
||
- module: | ||
ontology_node_id: deadbeef-aaaa-bbbb-cccc-000000000002 | ||
name: demo.word_sense_disambiguater.WordSenseDisambiguater | ||
|
||
|
||
bogusii: | ||
- bogus: | ||
name: demo.document_summarizer.DocumentSummarizer | ||
required_ontology_node_ids: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
|
||
bogusii: | ||
- bogus: | ||
name: demo.document_summarizer.DocumentSummarizer | ||
required_ontology_node_ids: |
Oops, something went wrong.