34353637383940414243
} public SimpleProfile asSimpleProfile() { SimpleProfile profile = new SimpleProfile(0); for(String document : documents) { profile.addTweet(new SimpleTweet(0,0,document)); } return profile; } }