cmusphinx / sphinx4

Pure Java speech recognition library
cmusphinx.sourceforge.net
Other
1.41k stars 586 forks source link

automatically excluding edu/cmu/sphinx/decoder/search/ #48

Closed 7rabbit closed 8 years ago

7rabbit commented 8 years ago

I try to download the repo and test. But when I start a java prj in eclipse some imports are automatically excluded. Is there any reason why? Thanks.

nshmyrev commented 8 years ago

It is not quite clear what do you mean by "excluded".

7rabbit commented 8 years ago

Thanks for your response. It seems that some source folders are excluded to the build path in Eclipse when importing the whole project from Github. It leads to compile problem since some packages cannot be resolved.
I solve the problem by creating my empty projects and linking .jar to my project. I just do not understand why clone from github does not work. It works for me with other previous repos. Thx!

nshmyrev commented 8 years ago

Ok, let me know if you have further questions