question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implementation issue

See original GitHub issue

Dear Chris 😃

I have applied Errant for fce.test.me and I got unexpected results as :

=========== Span-Based Correction ============
TP      FP      FN      Prec    Rec     F0.5
2       15503   4547    0.0001  0.0004  0.0002
=======================================

I follow you implementation as same as in the documentation as follow:

  1. I have applied errant_parallel using, errant_parallel -orig m2Scripts/orig_sentes.txt -cor m2Scripts/corec_sentes.txt -out m2Scripts/output.m2 files as in GitHub. Actually, I’m confused about the format of the parallel corrected text file.

  2. For the errant_m2 I applied as errant_m2 -auto m2Scripts/output.m2 -out m2Scripts/auto_output.

  3. The last step errant_compare as errant_compare -hyp m2Scripts/auto_output -ref m2Scripts/fce.test.m2 , results was are :

=========== Span-Based Correction ============
TP      FP      FN      Prec    Rec     F0.5
2       15503   4547    0.0001  0.0004  0.0002
=======================================

Could you please help to fix this issue?

Kind regards Aiman Solyman

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisjbryantcommented, Oct 20, 2021

I just ran errant with your files and got a similar score so can confirm errant is working properly.

The problem is your corec_sents.txt file. One obvious issue is that everything is now in lower case, but you also probably have a bug in your system since some of the output tokens are not real words (example in bold below)!

Orig:

As far as the organisation is concerned , an adequate number of double rooms with shower or bath have been booked for your group at the Palace Hotel , located across the main street from the train station .

Cor:

as far as organisation is concerned , adquire number of double rooms with shower or bath have been booked for your group at the paceal hotel located the main street from the traination stations .

Hopefully you can find the bug, but this is ultimately not an ERRANT issue!

1reaction
aimanmutasemcommented, Oct 19, 2021

Really, thank you so much for kindly support, 😃 All files are uploaded in Github, also uploaded notebook of implementation that showed BLEU-4: 79.517%.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Implementation issues | Jisc
Implementation issues · Strategic alignment · Process improvement · System implementation · Change management · Data usage · Data definition and ...
Read more >
Implementation Issue Definition - Law Insider
Implementation Issue means, a Fault or failure with the WIPS Plus that occurs during the process of installing the WIPS Plus in your,...
Read more >
Common Implementation Challenges
There are a range of different issues and challenges that need to be addressed for successful program implementation. Some of these challenges are ......
Read more >
7 Software Implementation Challenges & How to Solve Them
1. Misaligned expectations · 2. Data Integrity · 3. Lack of preparedness among your project team · 4. Lack of preparedness among your...
Read more >
Five Critical Implementation Issues
We refer to these implementation issues as "critical" because planning how you will deal with them can be the key to achieving success...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found