We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大家好,我想用rdflib解析dbpedia的数据包mappingbased_objects_en.ttl,格式是NTriples,数据包大小大概2.4G。 g=rdflib.Graph() g.parse(bz2.open(r"../data/mappingbased_objects_en.ttl.bz2"),format="nt") 加载及其慢,而且消耗内存和计算资源。 请教下大家有什么好的解决方案?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
大家好,我想用rdflib解析dbpedia的数据包mappingbased_objects_en.ttl,格式是NTriples,数据包大小大概2.4G。
g=rdflib.Graph()
g.parse(bz2.open(r"../data/mappingbased_objects_en.ttl.bz2"),format="nt")
加载及其慢,而且消耗内存和计算资源。
请教下大家有什么好的解决方案?
The text was updated successfully, but these errors were encountered: