Skip to content

Commit 7c623fb

Browse files
author
Daniel Khashabi
authored
Merge pull request #699 from CogComp/oct-4
Change the website url throughout the code-base
2 parents 1362565 + 0005e21 commit 7c623fb

File tree

1,227 files changed

+1249
-1249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,227 files changed

+1249
-1249
lines changed

README.md

Lines changed: 3 additions & 3 deletions

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/database/DBHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.database;
99

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/lucene/ASCIIEnglishAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.lucene;
99

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/lucene/CharacterShingleAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.lucene;
99

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/lucene/Lucene.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.lucene;
99

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/lucene/LuceneDocIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.lucene;
99

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/lucene/MinimalAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.lucene;
99

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/lucene/TermIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.lucene;
99

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/lucene/WikiURLAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.lucene;
99

big-data-utils/src/main/java/edu/illinois/cs/cogcomp/bigdata/mapdb/MapDB.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the LICENSE file in the root folder for details. Copyright (c) 2016
44
*
55
* Developed by: The Cognitive Computation Group University of Illinois at Urbana-Champaign
6-
* http://cogcomp.cs.illinois.edu/
6+
* http://cogcomp.org/
77
*/
88
package edu.illinois.cs.cogcomp.bigdata.mapdb;
99

0 commit comments

Comments
 (0)