nbansal commited on
Commit
c2e3dae
1 Parent(s): 8072c3b

Added author

Browse files
Files changed (1) hide show
  1. semncg.py +4 -1
semncg.py CHANGED
@@ -11,7 +11,10 @@
11
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
- """Sem-NCG metric"""
 
 
 
15
 
16
  import statistics
17
  from dataclasses import dataclass
 
11
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
+ """
15
+ Sem-NCG metric
16
+ Author: Naman Bansal
17
+ """
18
 
19
  import statistics
20
  from dataclasses import dataclass