Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running The code #19

Open
hemant-git10 opened this issue Aug 24, 2017 · 2 comments
Open

Running The code #19

hemant-git10 opened this issue Aug 24, 2017 · 2 comments

Comments

@hemant-git10
Copy link

Hi,

Can you please guide me how can I pass multiple text files to generate output files on them?

@Dawny33
Copy link

Dawny33 commented Sep 21, 2017

@hemant-git10 This is an OS-specific problem/doubt. You are better off asking this in StackOverflow, rather than the author :)

@jonsafari
Copy link

I haven't tried this out with brown-cluster, but the usual way is either:

  1. Concatenate all the files into one single file (which might consume a lot of disk space):
cat file1 file2 file3 > bigfile
./wcluster --text bigfile --c 50

or
2. Concatenate all the files to stdin, then use /dev/stdin:

cat file1 file2 file3 | ./wcluster --text /dev/stdin --c 50 --output_dir combined-input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants