Spaces:
Running
Running
Added author
Browse files
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 |
-
"""
|
|
|
|
|
|
|
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
|