diff --git a/domains-classifier/v1/en/classify.ini b/domains-classifier/v1/en/classify.ini index 9278aac..2515f95 100644 --- a/domains-classifier/v1/en/classify.ini +++ b/domains-classifier/v1/en/classify.ini @@ -35,8 +35,8 @@ # cache = boost #------------------------ pretraitement nlptools ----------------- -[expand/URLConnect] -timeout = 100000 +#[expand/URLConnect] +#timeout = 100000 #pointe vers dev #url = http://nlptools-02.tdmservices.intra.inist.fr/v1/en/postagger/analyze?output=doc¶m=%7B%22POStagger%22%3A%20%7B%22POS_whitelist%22%3A%5B%22ADJ%22%2C%22NOUN%22%2C%20%22PROPN%22%5D%7D%7D #pointe vers prod diff --git a/nlp-tools/test_EZ/run_test_NLPtools_EZ.py b/nlp-tools/test_EZ/run_test_NLPtools_EZ.py index ae750ba..c501b9e 100755 --- a/nlp-tools/test_EZ/run_test_NLPtools_EZ.py +++ b/nlp-tools/test_EZ/run_test_NLPtools_EZ.py @@ -29,7 +29,7 @@ uri_dev="http://nlptools-02.tdmservices.intra.inist.fr" uri_prod_sp="http://vptdmservices.intra.inist.fr:35268" #changer la valeur de uri pour pointer vers la dev ou la prod -uri=uri_dev +uri=uri_prod # parameter headers = {'content-type': 'application/octet-stream'}