You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, its not working gave such error statement what went wrong? Please help
Initialising basic system...
log4j:WARN No appenders could be found for logger (gate.Gate).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
...basic system initialised
Initialising processing engine...
...processing engine loaded
Creating doc for file:/C:/Users/User/ResumeParser/ResumeTransducer/he.txt
Running processing engine...
Sad Face :( .Something went wrong.
java.lang.NullPointerException
at EmailFinder.EmailRule(file:/C:/Users/User/ResumeParser/JAPEGrammars/EmailFinder.jape:16)
at gate.jape.RightHandSide.transduce(RightHandSide.java:344)
at gate.jape.SinglePhaseTransducer.fireRule(SinglePhaseTransducer.java:743)
at gate.jape.SinglePhaseTransducer.transduce(SinglePhaseTransducer.java:354)
at gate.jape.MultiPhaseTransducer.transduce(MultiPhaseTransducer.java:188)
at gate.jape.Batch.transduce(Batch.java:204)
at gate.creole.Transducer.execute(Transducer.java:166)
at gate.util.Benchmark.executeWithBenchmarking(Benchmark.java:291)
at gate.creole.ConditionalSerialController.runComponent(ConditionalSerialController.java:163)
at gate.creole.SerialController.executeImpl(SerialController.java:157)
at gate.creole.ConditionalSerialAnalyserController.executeImpl(ConditionalSerialAnalyserController.java:244)
at gate.creole.ConditionalSerialAnalyserController.execute(ConditionalSerialAnalyserController.java:139)
at code4goal.antony.resumeparser.Annie.execute(Annie.java:53)
at code4goal.antony.resumeparser.ResumeParserProgram.loadGateAndAnnie(ResumeParserProgram.java:113)
at code4goal.antony.resumeparser.ResumeParserProgram.main(ResumeParserProgram.java:274)
The text was updated successfully, but these errors were encountered:
Hi tried running the testing programm and type the following statement into the powershell window
However, its not working gave such error statement what went wrong? Please help
The text was updated successfully, but these errors were encountered: