# With Training Set
* Per label statistics
0 Pr=1.00 Rc=1.00 F1=1.00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python3 | |
| # this code works has been corrected as suggested by Bhaskar Chaudhary <bha100710@gmail.com> | |
| from tkinter import * | |
| from tkinter import ttk | |
| if __name__ == '__main__': | |
| root=Tk() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Title: Configuration for OS | |
| Started: Oct 2008 | |
| Last Update: 9 Oct 2008 | |
| */ | |
| #ifdef MSWin | |
| #include<conio.h> | |
| #define cls system("cls") | |
| #else | |
| #define cls system("clear") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Title: Date Handler (Library Manager) | |
| Version: 4 | |
| Started: 10 Nov 2006 | |
| Revised: 1 | |
| Program Status: perfect | |
| */ | |
| struct Date {int dd, mm, yy;} c;//current date |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| find -type f -name "*.[c]" -o -name "*.cpp" | etags -D --no-globals -; | |
| sed -n ' | |
| /^[[:alpha:]].*\(c\|cpp\),[0-9]*/d; # removing files | |
| /^typedef /d # removing typed | |
| /^struct /d # removing struct | |
| s/(\?.*$//; # clean up | |
| /^[[:alpha:]]/p; | |
| ' TAGS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rsync -av rsync://PROJECTNAME.cvs.sourceforge.net/cvsroot/PROJECTNAME/* . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cd run | |
| #tesseract npl.preeti.exp0.tif | |
| # NOTE: for 3.0.4 version and above | |
| export TESSDATA_PREFIX=/usr/share/tessdata | |
| # NOTE: make sure the tessaract is in your run $PATH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| f564b60a612ee1be3c570f6eb44ff087 ./DSM/import/typedm_w_lw.txt.bz2 | |
| 9081ed4cd22278533abf690c224feba5 ./DSM/import/typedm_w_w.txt.bz2 | |
| e3a0785c626ada596543e0e899fe696a ./DSM/rda/web_stem150k_30k_l4r4_svd1000.rda | |
| 4a08b4e2033bd361398cf2512a2ae7bf ./DSM/rda/Web1T5_Win2_Huge.rda | |
| eaee53930e6965de8279050ff55aa7b5 ./DSM/rda/web_stem150k_30k_l4r4.rda | |
| 385bc8a3216ea249446416e47235b1d1 ./DSM/rda/BNC_DepFilter_Lemma_Big.rda | |
| d9b9e505febe602e62b981e0be128e6a ./DSM/rda/web_150k_30k_l4r4_svd1000.rda | |
| 4a2e9664282430b8d8d7f3182834b711 ./DSM/rda/web_150k_30k_l4r4.rda | |
| c5391e6a4e736ebf88fbc2d0bee867de ./DSM/rda/books2012_eng_250k_50k_dep_svd1000.rda | |
| 9078c711c7e9e7625a8003dc0b2a1fec ./DSM/rda/GoogleNews300_wf200k.rda |