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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ CodeView helps to show code content with syntax highlighting in native way.
4
4
## Description
5
5
CodeView contains 3 core parts to implement necessary logic:<br>
6
6
7
-
1. <b>CodeClassifier</b> is trying to define what language presented in code snippet. It built upon <ahref="https://github.com/ptnplanet/Java-Naive-Bayes-Classifier">Naive Bayes classifier</a>. There is no need to work with this class directly & you must just follow instructions below. <fontcolor="red">Experimental module, doesn't work properly!</font><br>
7
+
1. <b>CodeClassifier</b> is trying to define what language presented in code snippet. It built upon <ahref="https://github.com/ptnplanet/Java-Naive-Bayes-Classifier">Naive Bayes classifier</a>. There is no need to work with this class directly & you must just follow instructions below. (Experimental module, may not work properly!)<br>
8
8
9
9
2. For highlighting it uses <b>CodeHighlighter</b>, just highlights your code & returns formatted content. It based on Google Prettify and <ahref="https://github.com/twalcari/java-prettify">their fork</a>.<br>
0 commit comments