zian92

Results 13 comments of zian92

You can set the number of processes like this: `export DEEPDIVE_NUM_PROCESSES=1` (not sure if and how you can set it for the NLP task)

check if its related to string literals (tabs etc). ab tab in your content may break it if you don't escape it properly

I experienced DD to be a little sloppy with encoding (may be related to python 2.7). E.g. ``` @tsv_extractor @returns(lambda doc_id="text" : []) def extract( id="text", ): yield "\t" ```...

maybe i was a little wrong here: i have the following UDF ``` @tsv_extractor @returns(lambda doc_id="text", feature="text", : []) def extract( doc_id="text", feature="text", counter="int", ): #(1) print sys.stderr, doc_id, feature,...

@Balachandar-R : i don't see a relation to the original topic of this ticket ;) It may be necessary to decode the rows from the database and to encode your...

Change your hba config of your postgres installation to accept localhost connections.

`deepdive version` does the trick

Hi, Here's the output of postdetails: https://hastebin.com/sokunupiwa There is one backup that i created manually as stated. Since then, the cron didn't create another one. It schould create one every...

the server is up to date ( and lgsm as well) ```$ ./ts3server update [ OK ] Update ts3server: Checking for update: teamspeak.com No update available: Current version: 3.2.0 Available...

I updated lgsm yesterday and don't have a new backup with the nightly run