You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2012/10/31 06:56:43 UTC

svn commit: r1403994 - in /incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref: eval/helpers/ uima/ae/ uima/cc/

Author: james-masanz
Date: Wed Oct 31 05:56:43 2012
New Revision: 1403994

URL: http://svn.apache.org/viewvc?rev=1403994&view=rev
Log:
CTAKES-61  Apply Standard ASF license header to all source files. 
For the branch used for 2.6-incubating, checking in the header changes now

Modified:
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/B3Type.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/CEAFType.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/KAlphaType.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/MatType.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/PairType.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Span.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanAlignment.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanOffsetComparator.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Test.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableCreator.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableExpander.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkablePairGenerator.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqSvmChainCreator.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/CorefRelationCollider.java
    incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/ODIEVectorFileWriter.java

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/B3Type.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/B3Type.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/B3Type.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/B3Type.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
- @author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 public enum B3Type { CLASS, ENTITY }

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/CEAFType.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/CEAFType.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/CEAFType.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/CEAFType.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 public enum CEAFType { ENTITY, MENTION }

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/KAlphaType.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/KAlphaType.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/KAlphaType.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/KAlphaType.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 public enum KAlphaType { RAW, MASI };

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/MatType.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/MatType.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/MatType.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/MatType.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/PairType.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/PairType.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/PairType.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/PairType.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
- @author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 public enum PairType { IDENT, PWHOLE, SSUBSET, NONIDENT }

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Span.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Span.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Span.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Span.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 public class Span {

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanAlignment.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanAlignment.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanAlignment.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanAlignment.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 public class SpanAlignment {

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanOffsetComparator.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanOffsetComparator.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanOffsetComparator.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/SpanOffsetComparator.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 import java.util.Comparator;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Test.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Test.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Test.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/eval/helpers/Test.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,17 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
- * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  */
+
 package org.chboston.cnlp.ctakes.coref.eval.helpers;
 
 public class Test {

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableCreator.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableCreator.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableCreator.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableCreator.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  * @author Tim Miller
  */
+
 package org.chboston.cnlp.ctakes.coref.uima.ae;
 
 import java.util.ArrayList;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableExpander.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableExpander.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableExpander.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkableExpander.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,15 +6,15 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
- @author Jiaping Zheng
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  * @author Tim Miller
  */
 package org.chboston.cnlp.ctakes.coref.uima.ae;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkablePairGenerator.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkablePairGenerator.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkablePairGenerator.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqMarkablePairGenerator.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  * @author Tim Miller
  */
+
 package org.chboston.cnlp.ctakes.coref.uima.ae;
 
 import java.io.BufferedReader;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqSvmChainCreator.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqSvmChainCreator.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqSvmChainCreator.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/ae/MipacqSvmChainCreator.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,4 @@
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -5,17 +6,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-    
-@author Jiaping Zheng
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Jiaping Zheng
  * @author Tim Miller
  */
+
 package org.chboston.cnlp.ctakes.coref.uima.ae;
 
 import java.io.BufferedReader;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/CorefRelationCollider.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/CorefRelationCollider.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/CorefRelationCollider.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/CorefRelationCollider.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,20 @@
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.chboston.cnlp.ctakes.coref.uima.cc;
 
 import java.util.HashSet;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/ODIEVectorFileWriter.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/ODIEVectorFileWriter.java?rev=1403994&r1=1403993&r2=1403994&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/ODIEVectorFileWriter.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/coref-resolver/src/org/chboston/cnlp/ctakes/coref/uima/cc/ODIEVectorFileWriter.java Wed Oct 31 05:56:43 2012
@@ -1,3 +1,20 @@
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 package org.chboston.cnlp.ctakes.coref.uima.cc;
 
 import java.io.BufferedReader;