Code Monkey home page Code Monkey logo

dutchcoref's People

Contributors

573phn avatar andreasvc avatar frenkvdberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dutchcoref's Issues

The code to transform SoNar to Conll format neglected important information

Hi Andrea,

Thank you so much for this interesting work. I'm working on training the neuralcoref model on the Dutch language using the SoNar corpus. According to their tutorial, I have to transform the SoNar corpus to Conll. This is the expected file format.

image

However, after using your script, I get this:
image

My question is, is this a normal behavior? (as I saw it a bit different from the example you shown on this repo). Also, how can I use the code from this repo to let's say, predict Coref given a couple of Dutch sentences?

Thank you!

Achieving the same result as the knack_file7.dutchcoref.conll file

Hello,

I'm working on my master thesis and I'm very interested in your coreference system.
I believe I have everything working now, but I'm not able to achieve the same results with the semeval2010 file_7 when I compare it to the knack_file7.dutchcoref.conll file, as mentioned in the paper.

I used the parsed .XML files in the semeval2010NLdevparses/file_7 folder and after that used the recommended scorer to look at the results.

first:
python3 .\coref.py --fmt=conll2012 .\data\semeval2010NLdevparses\file_7\ > file_7.conll
and then:
python3 .\evaluation\scorer.py .\data\manualeval\knack_file7.gold.conll .\file_7.conll

I'm only able to achieve a CoNLL score of 55.06.

I there something I'm missing?

Thank you in advance!

The possibility to replace Alpino parser by spaCy parser

Hi @andreasvc thank you so much for your detailed answer for the previous issue.
I tried to follow the README but did not work. At the step to start the Alpino server, when I do:
go get ./...
I gave me this error:
image

I checked the Environmental Variables (I'm using Windows 10) but all the variables related to Go were setup properply. I guess maybe Windows was the problem.

My questions are:

  1. Is that possible to run the Alpino parser on Windows machine? If so, can you please give me a small guidance on this as I'm quite new to Go?
  2. Is that possible to replace the Alpino parser by other parser (I'm more familiar to spaCy)? If it's possible, can you please give me some example output of this code so I can reconstruct the output of the spaCy parser accordingly to satisfy the coref function?

Thank you so much!

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.