├── CONTRIBUTING.md ├── DEBUGGING.md ├── DEVELOPING.md ├── LICENSE ├── MAINTAINERS.md ├── README.md ├── USECASES.md ├── configuration └── sample_config.txt ├── data ├── sample_text_1.txt └── sample_text_2.txt ├── doc └── source │ └── images │ ├── add_file.png │ ├── add_notebook.png │ ├── architecture.png │ ├── bluemix_service_nlu.png │ ├── copy_credentials.png │ ├── correlate_text_config.png │ ├── create_notebook_from_url.png │ ├── network_graph.png │ ├── objectstorage_credentials.png │ ├── objectstore_download_file.png │ ├── service_credentials.png │ ├── update_variables.png │ └── watson_nlu_credentials.png └── notebooks └── watson_correlate_documents.ipynb /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DEBUGGING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/DEBUGGING.md -------------------------------------------------------------------------------- /DEVELOPING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/DEVELOPING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/README.md -------------------------------------------------------------------------------- /USECASES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/USECASES.md -------------------------------------------------------------------------------- /configuration/sample_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/configuration/sample_config.txt -------------------------------------------------------------------------------- /data/sample_text_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/data/sample_text_1.txt -------------------------------------------------------------------------------- /data/sample_text_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/data/sample_text_2.txt -------------------------------------------------------------------------------- /doc/source/images/add_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/add_file.png -------------------------------------------------------------------------------- /doc/source/images/add_notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/add_notebook.png -------------------------------------------------------------------------------- /doc/source/images/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/architecture.png -------------------------------------------------------------------------------- /doc/source/images/bluemix_service_nlu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/bluemix_service_nlu.png -------------------------------------------------------------------------------- /doc/source/images/copy_credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/copy_credentials.png -------------------------------------------------------------------------------- /doc/source/images/correlate_text_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/correlate_text_config.png -------------------------------------------------------------------------------- /doc/source/images/create_notebook_from_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/create_notebook_from_url.png -------------------------------------------------------------------------------- /doc/source/images/network_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/network_graph.png -------------------------------------------------------------------------------- /doc/source/images/objectstorage_credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/objectstorage_credentials.png -------------------------------------------------------------------------------- /doc/source/images/objectstore_download_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/objectstore_download_file.png -------------------------------------------------------------------------------- /doc/source/images/service_credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/service_credentials.png -------------------------------------------------------------------------------- /doc/source/images/update_variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/update_variables.png -------------------------------------------------------------------------------- /doc/source/images/watson_nlu_credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/doc/source/images/watson_nlu_credentials.png -------------------------------------------------------------------------------- /notebooks/watson_correlate_documents.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/watson-document-co-relation/HEAD/notebooks/watson_correlate_documents.ipynb --------------------------------------------------------------------------------