gabrielaltay commited on
Commit
b5be315
1 Parent(s): e48f013
Files changed (2) hide show
  1. README.md +3 -0
  2. biosses.py +2 -2
README.md CHANGED
@@ -1,3 +1,6 @@
1
  ---
 
2
  license: gpl-3.0
 
 
3
  ---
1
  ---
2
+ language: en
3
  license: gpl-3.0
4
+ multilinguality: monolingual
5
+ pretty_name: BIOSSES
6
  ---
biosses.py CHANGED
@@ -13,7 +13,7 @@
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
  """
16
- BioSSES computes similarity of biomedical sentences by utilizing WordNet as the
17
  general domain ontology and UMLS as the biomedical domain specific ontology.
18
  The original paper outlines the approaches with respect to using annotator
19
  score as golden standard. Source view will return all annotator score
@@ -54,7 +54,7 @@ _CITATION = """
54
  """
55
 
56
  _DESCRIPTION = """
57
- BioSSES computes similarity of biomedical sentences by utilizing WordNet as the
58
  general domain ontology and UMLS as the biomedical domain specific ontology.
59
  The original paper outlines the approaches with respect to using annotator
60
  score as golden standard. Source view will return all annotator score
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
  """
16
+ BIOSSES computes similarity of biomedical sentences by utilizing WordNet as the
17
  general domain ontology and UMLS as the biomedical domain specific ontology.
18
  The original paper outlines the approaches with respect to using annotator
19
  score as golden standard. Source view will return all annotator score
54
  """
55
 
56
  _DESCRIPTION = """
57
+ BIOSSES computes similarity of biomedical sentences by utilizing WordNet as the
58
  general domain ontology and UMLS as the biomedical domain specific ontology.
59
  The original paper outlines the approaches with respect to using annotator
60
  score as golden standard. Source view will return all annotator score