Estelle Scifo

Results 25 issues of Estelle Scifo

Check this is working when graph is disconnected and reconnected

help wanted

When trying to use read_frame with a RawQuerySet : ``` from django_pandas.io import read_frame from apps.immodata.models import Observation obj = MyModel.objects.raw("Select * from myapp_mymodel") # dummy RawQuerySet read_frame(obj) ``` getting...

# Description > **Note** > > Please provide a description of the work completed in this PR below > > ## Type of Change - [ ] New feature -...

# Description > **Note** > > Please provide a description of the work completed in this PR below > > ## Type of Change - [ ] New feature -...

# Description > **Note** > > Please provide a description of the work completed in this PR below > > ## Type of Change - [ ] New feature -...

# Description This PR adds a `LexicalGraphBuilder` component that enables users to create the lexical graph without entity/relation extraction (see added example). It also updates the `ERExtraction` component to use...

# Description > **Note** > > Please provide a description of the work completed in this PR below > > ## Type of Change - [x] New feature - [...

# Description Define how to prune the graph directly in the schema. ## Type of Change - [x] New feature - [ ] Bug fix - [x] Breaking change -...

# Description Refactor `ConfigReader` to make it more generic so that it can be used to read `SchemaConfig` from file. - Renamed ConfigRead to FileHandler - Added support for read/write...