Coder Social home page Coder Social logo

external-recommender-dkpro-tc's People

Contributors

horsmann avatar jcklie avatar reckart avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

external-recommender-dkpro-tc's Issues

Importance of missing annotation

@reckart @rentier

I tested around with POS and NER predictions and this issue of missing annotation came up again.

POS:
If I just ignore not annotated words I have no problems. If I consider them and assign them a label for not labeled yet, the amount of not annotated token will outweigh the actual annotated data, i.e. all predictions will be the dummy-label for its extremely high frequency weight.

NER:
If I do not annotate words without annotation each word will receive a NER-tag. The notion of "no-tag" is missing in the training data.

Thus, I think we need a flag to indicate what to do with not annotated data. Depending on the task, ignoring them makes the predictions useless.

Inherit from DKPro Parent POM

The DKPro Parent POM already sets up many things (compiler level, encoding, Maven plugins, code coverage profiles, etc etc). We could save a ton of settings by inheriting from it.

Predicting returns 500 Internal Server Error

When I run

โ‡’ curl -H "Content-Type: application/json" --data @jsonPredictRequestV2small.txt http://localhost:30500/predict

then the server replies with

{"timestamp":1538040463710,"status":500,"error":"Internal Server Error","exception":"java.lang.NoClassDefFoundError","message":"org/dkpro/tc/features/ngram/base/LuceneFeatureExtractorBase","path":"/predict"}

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.