Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion P4/src/twitter/Extract.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static Timespan getTimespan(List<Tweet> tweets) {
* A username-mention is "@" followed by a Twitter username (as
* defined by Tweet.getAuthor()'s spec).
* The username-mention cannot be immediately preceded or followed by any
* character valid in a Twitter username.
* character invalid in a Twitter username.
* For this reason, an email address like [email protected] does NOT
* contain a mention of the username mit.
* Twitter usernames are case-insensitive, and the returned set may
Expand Down