Hello, I have been attempting to add a custom java class into a .piper file which can extract CUIs. I have been focused on adding this class to the HelloWorldCui.piper file and I am then running the class HelloWorldCuiPiperRunner via the terminal. While I have been tinkering with the HelloWorldCui.piper file, I have run into two main issues:
1. Modifications to the .piper file are not reflected while running the HelloWorldCuiPiperRunner via terminal (or IntelliJ). I have tried to add code to include the class file, after not having luck with this, I began to comment out other parts of the .piper file to observe the effects. I commented out integral pieces of the HelloWorldCui.piper file (the lines containing 'load DictionarySubPipe.piper' and 'collectCuis'). After running HelloWorldPiperRunner with the aforementioned lines commented out, the behavior is exactly the same. I have ensured that the changes to the .piper file were saved, have cleaned and compiled, and have run this on another machine. Is this the correct way to modify and use piper files? 2. What is the correct way to add a java file to a pipeline? Best, Carolina