Skip to content

octplane/go-code-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO code classifier

This is an experiment to work around the fact that most public paste websites are not able to guess the pasted syntax from the pasted snippet (cf http://stackoverflow.com/questions/9465215/pastie-with-api-and-language-detection ). I've decided to try and learn Go and using a Bayesian Classifier, I'm writing a language classifier.

Once I've something that can generate a working scanner, I will implement the website to paste your snippets.

Building the code

Clone the repository and initialize the submodule:

git clone git://github.com/octplane/go-code-classifier.git
cd go-code-classifier
git submodule init
git submodule update
export GOPATH=$PWD
go build src/main.go

That's all for now.

Licence

This software is released under the WTFPL2.

About

a bayesian code classifier in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published