I want to contribute to sphinx4 , I want to develop some part on sphinx4 , I
study most of code in src/sphinx4 so I want to write some code with my hand ,
I need your help to pilot me to the place that I can start from , I see in the
research package this text file
And what stops you then? Don't ask too much dumb questions here, open the IDE
and start writing code instead, that's it. If you need some introduction, take
software development course, there are many of them online.
I mean by my Question that is there any suggestion about some methods and
classes sphinx4 want to add so I can help in developing them , and is there
any specific location to put my code and any specific protocol , and when do
sphinx4 accept my changes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to contribute to sphinx4 , I want to develop some part on sphinx4 , I
study most of code in src/sphinx4 so I want to write some code with my hand ,
I need your help to pilot me to the place that I can start from , I see in the
research package this text file
is it unimplemented algorithm that I can implement it now , please help me
I want to write code
It's already implemented in
And what stops you then? Don't ask too much dumb questions here, open the IDE
and start writing code instead, that's it. If you need some introduction, take
software development course, there are many of them online.
This one for example
http://www3.open.ac.uk/study/undergraduate/course/m256.htm
I mean by my Question that is there any suggestion about some methods and
classes sphinx4 want to add so I can help in developing them , and is there
any specific location to put my code and any specific protocol , and when do
sphinx4 accept my changes
To start contribution you might want to fix simple things first. That will let
you start quickly. For example, try to solve this problem
https://sourceforge.net/tracker/?func=detail&aid=1756023&group_id=1904&atid=3
51904
and submit a patch. Once patch will have acceptable quality it will be
included into main tree.