kgtk icon indicating copy to clipboard operation
kgtk copied to clipboard

Knowledge Graph Toolkit

Results 125 kgtk issues
Sort by recently updated
recently updated
newest added

For `kgtk import-conceptnet`, the documentation examples file `examples/conceptnet-assertions-5.7.0.csv` is not in the KGTK repository.

bug

The documentation for `kgtk import-atomic` references `v4_atomic_all_agg.csv`, which isn't part of the KGTK repository. Since the original file is large, we should create a subset for use in the documentation.

bug

The documentation file for `kgtk graph-embeddings` refers to `input_file.tsv`, which is missing.

bug

The documentation for `kgtk generate-mediawiki-jsons` appears to be broken. It does not work with update_documentation.py. It also shows the input file being doubled with `cat` in some instances. Either the...

bug

KgtkReader and KgtkWriter should implement the Python Context manager protocol so the `with` statement can be used with them. This will simplify some KGTK code and make it easier to...

enhancement

The command: ``` kgtk --debug text-embedding -i sample.tsv --model roberta-large-nli-mean-tokens \ --property-labels-file labels.en.tsv.gz \ --isa-properties P31 P279 P106 P39 P1382 P373 P452 \ --save-embedding-sentence -o wikidatadwd-text-embeddings-sample.tsv.gz \ --parallel 8 ```...

bug

Specifying `kgtk visualize-force-graph --node-size-scale linear` results in error `unsupported operand type(s) for -: 'str' and 'float'`. By the way, using the `--node-size-scale log` options works. Command to generate the error:...

bug

Please see the url for details, https://github.com/usc-isi-i2/kgtk/runs/4900334381?check_suite_focus=true

bug

The `kgtk` commands need more unit tests. One way to create a lot of unit tests is to generate them from the examples in the .md files.

enhancement

**Is your feature request related to a problem? Please describe.** An enhancement to versioning in `KGTK` releases in place of `__version__` in [__init__.py](https://github.com/usc-isi-i2/kgtk/blob/master/kgtk/__init__.py). **Describe the solution you'd like** Use [bump2version](https://github.com/c4urself/bump2version)...

enhancement