kinow commented on code in PR #2670:
URL: https://github.com/apache/jena/pull/2670#discussion_r1738481135


##########
jena-arq/src/main/java/org/apache/jena/riot/lang/extra/TurtleJCC.java:
##########
@@ -19,15 +19,26 @@
 package org.apache.jena.riot.lang.extra;
 
 import org.apache.jena.riot.*;
+import org.apache.jena.riot.lang.LangTurtle;
 
+/**
+ * This is not the normal Turtle parser.
+ * <p>
+ * This is a separate Turtle parser using JavaCC used as a comparision. The 
JavaCC

Review Comment:
   s/comparision/comparison



##########
jena-arq/src/main/java/org/apache/jena/riot/lang/extra/TurtleJavaccReaderRIOT.java:
##########
@@ -36,8 +36,7 @@
 /**
  * Turtle parser, written using JavaCC.
  * This is not used normally.
- * It is slower than the RIOT {@link LangTurtle}.
- * It may not be up-to-date but at least in the codebase means it should be 
java-compatible.
+ * It is slower than the RIOT {@link LangTurtle} and has not be optimized for 
speed. Tokenizing is the bottleneck.

Review Comment:
   s/be/been



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to