Giter Site home page Giter Site logo

concept-graphs's People

Contributors

christophb avatar fmatthies avatar

Watchers

 avatar  avatar  avatar

concept-graphs's Issues

Permission denied for tmp folder

with the new docker file there are some permission denied issues when saving the results (the docker volume folder needs to be writable by the user inside the docker container. I'm not sure how to handle this the correct way. I changed the access of the volume folder to 777...

pipeline: add skip_steps

when starting the pipeline it should be possible to skip steps (if there are already prerequisite steps available and one would only like to e.g. reprocess the graph creation step).

Model handling

The reason why the image is comparably small now, is probably because only the spacy models for preprocessing are downloaded and not the models for the sentence-transformer, i.e. the embedding step. That might be reasonable because one wouldn't need the english model for if one only wants to process german data.
The only drawback seems to be that a respective model needs to be downloaded during runtime and this could potentially throw a wrench into the pipeline process. It might be best if we include a model check step before any of the requested pipeline steps is started and if a model is missing, it will be downloaded. This would mean that we could remove the download step for the spacy models from the docker file as well.

elasticsearch: fallback id

add a field to the document_server_config that governs which field in ES is the document id if no id field is given

negspacy config not hardcoded

right now the configuration for the negspacy component is hardcoded. but this should be done in preprocessing_config.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.