cognipy icon indicating copy to clipboard operation
cognipy copied to clipboard

In-memory Graph Database and Knowledge Graph with Natural Language Interface, compatible with Pandas

Results 14 cognipy issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Using ``` onto = Ontology("cnl/file","hello.encnl",stop_on_error=True) ``` Works with ``` %%writefile hello.encnl Kas is something. ``` Errors with ``` %%writefile hello.encnl K9s is something. ``` ``` --------------------------------------------------------------------------- ParseException Traceback (most recent...

Uploaded ontologies used in tests.

BTW there's a similar issue with assertions on relations. Both these work: No first-name is pesel-num. Every first-name connects-with nothing-but thing that is a pesel-num. First-Name-6 is a first-name. First-Name-7...

bug

Fluent Editor is using 'utf-8-sig' encoding and it needs to be used when opening these files e.g.: '''onto=Ontology("cnl/string",'\n'.join(open(fn,"rt",encoding='utf-8-sig').read() for fn in ["data/sample-data.encnl"]))''' Please update documentation and examples

documentation

Currently, CNL Edit uses ipywidgets. This has many limitations including problems with JupyterLab which is the future of the data-science. We need to investigate the best approach and start working...

enhancement

Sometimes we need to use n-ary relations e.g.: Prime is a number with a specific-property. Chart-101 presents information about Cat from 2001 until 2012.

enhancement