Implementation issue
See original GitHub issueDear 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:
-
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 theparallel corrected text file
. -
For the
errant_m2
I applied aserrant_m2 -auto m2Scripts/output.m2 -out m2Scripts/auto_output
. -
The last step
errant_compare
aserrant_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:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
Cor:
Hopefully you can find the bug, but this is ultimately not an ERRANT issue!
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%
.