Results 1 to 25 of 25

Thread:

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82

    ,
    .
    .
    , .- , , , . ... ... ... ... ... , . , . !

  2. #2
    Registered User tedych's Avatar
    Join Date: Nov:2003
    Location:
    Posts: 17,654
    Microsoft ( ) , 50-100 .
    , " ", " " .

  3. #3
    presola's Avatar
    Join Date: Jul:2006
    Location: /
    Posts: 15,440
    Quote Originally Posted by tedych View Post
    , " ", " " .
    - , , .
    imweasel: , .
    B4K Reloaded , userstyles.org.

    #makeHWBGgreatagain

  4. #4
    Registered User
    Join Date: May:2006
    Location:
    Posts: 729
    Quote Originally Posted by rabut View Post
    ,
    .
    .
    , .- , , , . ... ... ... ... ... , . , . !
    , ( - Artificial Intelligence, A Modern Approach - Russell S., Norvig P.), - speech recognition HMM DBN.

    Several good textbooks on speech recognition are available:

    Rabiner, L. R. and Juang, B.-H. (1993). Fundamentals
    of Speech Recognition. Prentice-Hall, Upper Saddle
    River, New Jersey;

    Jelinek, F. (1997). Statistical methods for speech
    recognition. MIT Press, Cambridge, Massachusetts;

    Gold, B. and Morgan, N. (2000). Speech and Audio
    Signal Processing. Wiley, New York;

    Huang, X. D., Acero, A., and Hon, H. (2001). Spoken
    Language Processing. Prentice Hall, Upper Saddle
    River, New Jersey;

    Jurafsky, D. and Martin, J. H. (2000). Speech
    and Language Processing: An Introduction to Natural
    Language Processing, Computational Linguistics,
    and Speech Recognition. Prentice-Hall, Upper Saddle
    River, New Jersey.
    , 3 ( 2) .

    , , research . , , - , , , .., .
    , , .

  5. #5
    Get a Mac moridinbg's Avatar
    Join Date: Dec:2004
    Location: 0x00000000
    Posts: 4,211
    ANN. , , , , (, ; ; )

    , " ".
    , , , .

  6. #6
    jsivkov's Avatar
    Join Date: Dec:2007
    Location:
    Posts: 6,341
    Quote Originally Posted by moridinbg View Post
    ANN. , , , , (, ; ; )

    , " ".
    , , , .
    , . , , , . - / , , ./ - , - 22. PC- , FPGA .
    , . -.

  7. #7
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82
    ,
    , , , , ! . , " "!!! ( ) , - , - .

    .. CMD , ,

  8. #8
    Registered User 's Avatar
    Join Date: Feb:2006
    Location:
    Posts: 653
    - . Stone , . cat - , . , , ...
    ,

  9. #9
    Get a Mac moridinbg's Avatar
    Join Date: Dec:2004
    Location: 0x00000000
    Posts: 4,211

  10. #10
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82
    1 :\
    : ( ) "kak si be men" "a sq kake" ( , , )

    "terminate called after throwing an instance of 'std:ut_of_range'
    what(): basic_string::substr
    Aborted"

    windows

    "This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information."

    scaner() " scan = line.substr(line.find(word.c_str()),num) ; " ... ,

    .. " "
    Code:
     #include <iostream>
    #include <string>
    #include <fstream>
    
    using namespace std;
    
    int scaner();
    int num;
    int n=1;
    string a,b,c,d;
    string aa,bb,cc,dd;
    string word,word2,lght,line,scan,scan1;
    
    int main() {
    	n = 1;
    	getline(cin,line);
    	ofstream out;
    	out.open("t.txt");
    	out << line;
    	out.close();
    	
    	ifstream in;
    	in.open("t.txt");
    	in >> a >> b >> c >> d;
    	in.close();
    
    	word = a;
    	lght = a;
    
    	in.open("bad.txt");
    	in >> aa >> bb >> cc >> dd;
    	in.close();
    
    	word2 = aa;
    	return scaner();
    }
    
    int scaner() {
    
    	num = lght.length();
    	scan = line.substr(line.find(word.c_str()),num);
    	if (a==aa && n==1) { cout << "a ti si gyz" << endl; }
    	cout << "tova e: " << scan << endl;
    	if (n==1) { 
    		lght = b; word = b; n = n + 1; return scaner(); 
    	}
    	if (n==2) { 
    		lght = c; word = c; n = n + 1; return scaner(); 
    	}
    	if (n==3) { 
    		lght = d; word = d; n = n + 1; return scaner(); 
    	}
    	if (n<=4) { 
    		n=1;	return main(); 
    	}
    	return main();
    }

  11. #11
    Registered User
    Join Date: Nov:2005
    Location:
    Posts: 3,317
    . num...

  12. #12
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82
    ? ?

  13. #13
    Registered abUser ike's Avatar
    Join Date: Jul:2004
    Location: sofi
    Posts: 4,965
    , . . . , 10 10 . 5% .
    .
    Have no fear ike iz here.
    CPU Cx486DLC@40MHz, RAM 4MB, VGA Trident 512KB, HDD Conner 160MB, Monitor 14" Color

  14. #14
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82
    Quote Originally Posted by ike View Post
    , . . . , 10 10 . 5% .
    .

    "terminate called after throwing an instance of 'std:ut_of_range'
    what(): basic_string::substr
    Aborted"
    ... ... ? ....... ...

  15. #15
    Registered User
    Join Date: Oct:2006
    Location: Plovdiv
    Posts: 305
    Quote Originally Posted by rabut View Post

    "terminate called after throwing an instance of 'std:ut_of_range'
    what(): basic_string::substr
    Aborted"
    ... ... ? ....... ...
    ???
    prepBut nI vrbLike adjHungarian! qWhat's artThe adjBig nProblem?

  16. #16
    Registered User 's Avatar
    Join Date: Feb:2006
    Location:
    Posts: 653


  17. #17
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82
    .... , , .... 1 ....
    ...
    Quote Originally Posted by View Post

  18. #18
    user-friendly 0wn3r's Avatar
    Join Date: Mar:2006
    Location: Bulgaria,Plovdiv
    Posts: 1,165
    Quote Originally Posted by rabut View Post
    .... , , .... 1 ....
    ...
    , , ' ? , , .
    , , "" , .
    believing

  19. #19
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82
    :P , , windows-a linux-a . ?
    Last edited by rabut; 8th August 2009 at 16:35.

  20. #20
    Registered User 's Avatar
    Join Date: Feb:2006
    Location:
    Posts: 653
    3 , in >> a >> b >> c >> d; d . , -1, . -1, .

  21. #21
    Registered User
    Join Date: Nov:2005
    Location:
    Posts: 3,317
    e - PEBKAC...

  22. #22
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82
    Quote Originally Posted by drunky View Post
    e - PEBKAC...
    ?

  23. #23
    Registered User
    Join Date: Nov:2005
    Location:
    Posts: 3,317
    problem exists between keyboard and chair

  24. #24
    Registered User
    Join Date: Jan:2004
    Posts: 50

  25. #25
    Registered User
    Join Date: May:2008
    Location: varna
    Posts: 82
    windows ,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |