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 07:15:39 UTC

svn commit: r1403999 - in /incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org: chboston/cnlp/ctakes/relationextractor/eval/ cleartk/eval/ cleartk/eval/util/

Author: james-masanz
Date: Wed Oct 31 06:15:39 2012
New Revision: 1403999

URL: http://svn.apache.org/viewvc?rev=1403999&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/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/ModifierExtractorEvaluation.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/MultiClassLIBSVMDataWriterFactory.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PreprocessAndWriteXmi.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PrintRelationStatistics.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/RelationExtractorEvaluation.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/XMIReader.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/AnnotationStatistics.java
    incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/util/ConfusionMatrix.java

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/ModifierExtractorEvaluation.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/ModifierExtractorEvaluation.java?rev=1403999&r1=1403998&r2=1403999&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/ModifierExtractorEvaluation.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/ModifierExtractorEvaluation.java Wed Oct 31 06:15:39 2012
@@ -1,18 +1,19 @@
-/*
- * Copyright: (c) 2012  Children's Hospital Boston, Regents of the University of Colorado 
- *
- * Licensed 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
+/* 
+ * 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.
- * 
+ *
  * @author Steven Bethard
  */
 package org.chboston.cnlp.ctakes.relationextractor.eval;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/MultiClassLIBSVMDataWriterFactory.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/MultiClassLIBSVMDataWriterFactory.java?rev=1403999&r1=1403998&r2=1403999&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/MultiClassLIBSVMDataWriterFactory.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/MultiClassLIBSVMDataWriterFactory.java Wed Oct 31 06:15:39 2012
@@ -1,18 +1,19 @@
-/*
- * Copyright: (c) 2012  Children's Hospital Boston, Regents of the University of Colorado 
- *
- * Licensed 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
+/* 
+ * 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.
- * 
+ *
  * @author Steven Bethard
  */
 package org.chboston.cnlp.ctakes.relationextractor.eval;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PreprocessAndWriteXmi.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PreprocessAndWriteXmi.java?rev=1403999&r1=1403998&r2=1403999&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PreprocessAndWriteXmi.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PreprocessAndWriteXmi.java Wed Oct 31 06:15:39 2012
@@ -1,18 +1,19 @@
-/*
- * Copyright: (c) 2012  Children's Hospital Boston, Regents of the University of Colorado 
- *
- * Licensed 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
+/* 
+ * 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.
- * 
+ *
  * @author Lee Becker
  */
 package org.chboston.cnlp.ctakes.relationextractor.eval;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PrintRelationStatistics.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PrintRelationStatistics.java?rev=1403999&r1=1403998&r2=1403999&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PrintRelationStatistics.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/PrintRelationStatistics.java Wed Oct 31 06:15:39 2012
@@ -1,18 +1,19 @@
-/*
- * Copyright: (c) 2012  Children's Hospital Boston, Regents of the University of Colorado 
- *
- * Licensed 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
+/* 
+ * 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.
- * 
+ *
  * @author Steven Bethard
  */
 package org.chboston.cnlp.ctakes.relationextractor.eval;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/RelationExtractorEvaluation.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/RelationExtractorEvaluation.java?rev=1403999&r1=1403998&r2=1403999&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/RelationExtractorEvaluation.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/RelationExtractorEvaluation.java Wed Oct 31 06:15:39 2012
@@ -1,18 +1,19 @@
-/*
- * Copyright: (c) 2012  Children's Hospital Boston, Regents of the University of Colorado 
- *
- * Licensed 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
+/* 
+ * 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.
- * 
+ *
  * @author Steven Bethard
  */
 package org.chboston.cnlp.ctakes.relationextractor.eval;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/XMIReader.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/XMIReader.java?rev=1403999&r1=1403998&r2=1403999&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/XMIReader.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/chboston/cnlp/ctakes/relationextractor/eval/XMIReader.java Wed Oct 31 06:15:39 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.relationextractor.eval;
 
 import java.io.BufferedInputStream;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/AnnotationStatistics.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/AnnotationStatistics.java?rev=1403999&r1=1403998&r2=1403999&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/AnnotationStatistics.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/AnnotationStatistics.java Wed Oct 31 06:15:39 2012
@@ -6,6 +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.
+ *
+ */
 package org.cleartk.eval;
 
 import java.io.Serializable;

Modified: incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/util/ConfusionMatrix.java
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/util/ConfusionMatrix.java?rev=1403999&r1=1403998&r2=1403999&view=diff
==============================================================================
--- incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/util/ConfusionMatrix.java (original)
+++ incubator/ctakes/branches/SHARPn-cTAKES/relation-extractor/src/org/cleartk/eval/util/ConfusionMatrix.java Wed Oct 31 06:15:39 2012
@@ -1,4 +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
@@ -6,6 +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.
+ *
+ */
 package org.cleartk.eval.util;
 
 import java.util.HashMap;