Example #1
0
def load():

    ### Order of intialization may matter 

    # Common has to be loaded first to get access to resources 
    common.init()

    indic_scripts.init()
def load():
    """
        Initializes the Indic NLP library. Clients should call this method before using the library. 

        Any module requiring initialization should have a init() method, to which a call must be made from this method 
    """

    ### Order of intialization may matter

    # Common has to be loaded first to get access to resources
    common.init()

    ## Initialization of Indic scripts module
    indic_scripts.init()
Example #3
0
def load():
    """
        Initializes the Indic NLP library. Clients should call this method before using the library. 

        Any module requiring initialization should have a init() method, to which a call must be made from this method 
    """

    ### Order of intialization may matter 

    # Common has to be loaded first to get access to resources 
    common.init()

    ## Initialization of Indic scripts module 
    indic_scripts.init()