├── Clawer250.py ├── IntelligentCommunicationSystem.py ├── KnowledgeGraph.py ├── README.md ├── __init__.py ├── movieInfo.csv ├── selfDefiningFile.py └── selfDefiningTxt.txt /Clawer250.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/booue/Movie-Knowledge-QS-system-using-KnowledgeGraph/HEAD/Clawer250.py -------------------------------------------------------------------------------- /IntelligentCommunicationSystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/booue/Movie-Knowledge-QS-system-using-KnowledgeGraph/HEAD/IntelligentCommunicationSystem.py -------------------------------------------------------------------------------- /KnowledgeGraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/booue/Movie-Knowledge-QS-system-using-KnowledgeGraph/HEAD/KnowledgeGraph.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/booue/Movie-Knowledge-QS-system-using-KnowledgeGraph/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/booue/Movie-Knowledge-QS-system-using-KnowledgeGraph/HEAD/__init__.py -------------------------------------------------------------------------------- /movieInfo.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/booue/Movie-Knowledge-QS-system-using-KnowledgeGraph/HEAD/movieInfo.csv -------------------------------------------------------------------------------- /selfDefiningFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/booue/Movie-Knowledge-QS-system-using-KnowledgeGraph/HEAD/selfDefiningFile.py -------------------------------------------------------------------------------- /selfDefiningTxt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/booue/Movie-Knowledge-QS-system-using-KnowledgeGraph/HEAD/selfDefiningTxt.txt --------------------------------------------------------------------------------