krickert commented on code in PR #1105:
URL: https://github.com/apache/opennlp/pull/1105#discussion_r3459542977


##########
opennlp-core/opennlp-ml/opennlp-dl/src/main/java/opennlp/dl/namefinder/NameFinderDL.java:
##########
@@ -41,9 +40,12 @@
 import opennlp.dl.InferenceOptions;
 import opennlp.dl.Tokens;
 import opennlp.tools.commons.ThreadSafe;
+import opennlp.tools.namefind.OffsetMappingNameFinder;
 import opennlp.tools.namefind.TokenNameFinder;
 import opennlp.tools.sentdetect.SentenceDetector;

Review Comment:
   I'll just use the FQN in the javadoc - it shows green in the tests but to 
not trip up copilot in the future.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to