Skip to content

Predicting bug reassigned fields using stack traces and ensemble of multiple HMM classifiers.

Notifications You must be signed in to change notification settings

shariful-cu/BugReassigned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BugReassigned

Some RegEX Tips

Pattern matches example
[A-Za-z]+ upper and lowercase English alphabet 'ABCDEFghijk'
[0-9] numbers from 0 to 9 9
[A-Za-z-.]+ upper and lowercase English alphabet, - and . 'My-Website.com'
(a-z) a, - and z 'a-z'
(\s+l,) spaces or a comma ', '

About

Predicting bug reassigned fields using stack traces and ensemble of multiple HMM classifiers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published