8e098ed186cf0c62dd01e1a02fd63b7d00443d89,nlp_architect/utils/text.py,SpacyTokenizer,__init__,#SpacyTokenizer#Any#,120

Before Change


                      "grant any rights to the data files or database")
                print("Downloading Spacy model...")
                spacy_download(model)
                self.parser = spacy.load(model, disable=pipeline_opts)
            else:
                print("Download declined. Response received {} != YES. ".format(response))
                print("Please download the model manually")
                sys.exit(0)

After Change


            print("Spacy English model not found".format(model))
            print("to download an English model using Spacy, please run:")
            print("    python -m spacy download en_core_web_sm")
            print("")
            print("Spacy license:  MIT")
            print("Link to license: https://github.com/explosion/spaCy/blob/master/LICENSE")
            print("The terms and conditions of the data set license apply. Intel does not "
                  "grant any rights to the data files or database")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: NervanaSystems/nlp-architect
Commit Name: 8e098ed186cf0c62dd01e1a02fd63b7d00443d89
Time: 2018-05-09
Author: peter.izsak@intel.com
File Name: nlp_architect/utils/text.py
Class Name: SpacyTokenizer
Method Name: __init__


Project Name: NervanaSystems/nlp-architect
Commit Name: 650a9bb35b4b0796ee90c5ac0b498af54c32c2e3
Time: 2018-05-08
Author: peteriz@users.noreply.github.com
File Name: core_models/intent_extraction/interactive.py
Class Name:
Method Name:


Project Name: deepmipt/DeepPavlov
Commit Name: 8125b970cd39392aaa74f9dfc1e51bb4ed2106ea
Time: 2017-12-15
Author: mary.vikhreva@gmail.com
File Name: deeppavlov/skills/hcn_new/models/network.py
Class Name: HybridCodeNetworkModel
Method Name: __init__