java - Text Analyzer not able to output proper information from file -



java - Text Analyzer not able to output proper information from file -

currently i'm trying code document able read number of sentences in document characters, words, , declarations within document. i'm using mac osx @ moment , stuck trying file output proper information. there special permissions need made within mac environment?

update:

i've found temporary work around moment. discovered original file has different permission settings , re-create , pasted text within file new 1 entirely. seems if permissions not set file not able read file, yet still state file there.

if next line or token read into

string token = reader.next();

the code analyzing string should not utilize str.

and initialization of x , y must moved read loop.

why duplicate pass through token? space not stored in token, acts delimiter.

java osx

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -