Skip to content
Snippets Groups Projects

We integrated the semantic checker with the Needleman_Wunsch implementation....

Closed Alfen, T. van (Tanja) requested to merge SC-92/semantic-checker-integrated into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -11,6 +11,12 @@ class Statistics:
def __init__(self, strategy):
self._strategy = strategy
# TODO: Mistake finder and semantic checker should be applied in the
# same manner, and thus be applicable from MistakeFinder. This is not
# currently the case, so the two operate seperately in this class.
# _parser and _seman_checker should be moved to MistakeFinder when
# possible.
self._parser = Wn_grid_parser(
"OpenDutchWordnet/resources/odwn/odwn_orbn_gwg-LMF_1.3.xml.gz")
self._parser.load_synonyms_dicts()
Loading