Liaison Delta Script Language - edi

I am trying to understand how the Delta works in terms of scripting. I have understood the documents that can be received such as 830 etc but is there a tutorial that can help in explaining the script language and walk-through in order to do more to analyze the data received. Any documentation would be great.

Related

Get the Microsoft Research Sentence Completion Challenge

I am currently working on natural language processing for scholar purposes, and I would like to get the Microsoft Research Sentence Completion Challenge dataset.
Unfortunately, it seems that it is no more available on Microsoft's website : when I click on any of the two links to get the training or test data, I am redirected to the main page of Microsoft Research. I tried to contact Microsoft's technical support, but they didn't answer me, and I couldn't find the dataset on an other website.
Do you know where I could find this dataset (I'm mainly interested in the test set) ?
Thanks in advance for your help.
I did some research, I have two sources (were quite hard to find):
Kaggle - https://inclass.kaggle.com/c/mlsd-hw3/data
Github repo/google drive link - https://drive.google.com/drive/folders/0B5eGOMdyHn2mWDYtQzlQeGNKa2s
Hope they are correct :)

Play Framework 2: Printable Documentation

While this question is asking for a downloadable documentation in general, I'm currently trying to find a good way to print the official Play framework documentation. My problem is that the whole documentation (available online) is split into small chunks of information and printing the whole documentation would mean hundreds of print jobs, each wasting a significant amount of paper. Is there some way to convert the whole documentation in a single/compact printable format? This would make a nice holiday reading :).
Apparently PDF documentation disappeared since Play version 2.1.0, I can see that is still available in 2.0.x if this satisfies you...
Anything I can advice is making a static copy of the pages so you can read it with some smartphone or tablet.

lookin' for a source to understand/learn EDI messages at spanish

Well, does anybody know about an good source to learn about EDI messages? (by example the message 856 (ASN)). I would like a source in spanish language, but english it's acceptable too, something for dummys,blog,book/ebook,documentation,etc... step by step, we're probably starting to work with them in a few months, and we are really lost, we have documentation from our client, but if you know a good source a walk through, where to start, it will be welcome.
I just found the FrameworkEDI www.edidev.co
Any recommendation ? Somebody has worked with it ?
My regards.
I'm confused: you tagged edifact, but you reference an ANSI X12 document (856). Which standard are you working with?
A to Z of EDI:
http://www.amazon.com/EDI-Its-Role-E-Commerce/dp/1882419162/ref=sr_1_2?ie=UTF8&qid=1341941255&sr=8-2&keywords=EDI+A+to+Z
You can usually get manuals on how to translate the data when you select a translator. Perhaps you are looking for a commercial grade translator product that can help. There are hundreds on the market. Try this: http://liaison.com/products/transform/delta
Download EDI Notepad from Liaison (http://liaison.com/products/integrate/edi-notepad)
This tool will help you look at EDI data and understand it.
The EDIFACT wiki might be of some help, since it talks in terms of segments and elements: http://en.wikipedia.org/wiki/EDIFACT
http://ediacademy.com/EdiQuiz.html

Where can I find the documentation for IdocScript for Stellent/Oracle UCM?

Where can I find the documentation for IdocScript for Stellent/Oracle UCM? I just got assigned to do maintenance on a page that uses it, and have no prior experience with either Stellent or the script. My specific problem has to do with string manipulation, but I can hardly find any documentation online at all, odd for a programming-related topic.
If you are after a book, there is the one by Brian Huff (Bex - http://bexhuff.com/) linked below.
Actually it is the only one. Written before Oracle bought Stellent and may be a missing some IDOC changes.
As a resourse tho it is very handy to have around as it touches on all things UCM (including a decent chunk on IDOC).
The Definitive Guide to Stellent Content Server Development
~ Brian Huff
Of course I answered my own question 15 minutes after I asked it. Oracle has a guide buried deep in its documentation website. It's available as a PDF or in HTML format (thanks, Raystorm).

Simple Geographic Data Sources for a Web App

For a web app I'm working on, I need to know the lat/lon of about 300 US cities. I also need to know the lat/lon for every US zip code.
Does anyone know of a free source to get this information?
Freebase will likely be able to help you. Here is New York and it has Lat/Long.
The Wal-Mart Expansion video used Freebase to get it's data, and it sounds like you're doing something similar.
Take a look at Ben Fry's Zip Code Visualizer. This is part of his book Visualizing Data.
There is an online database at Geocoder.us. And a simple perl module (we added a soap service to this so we could simply access it from any language, and the longest part of the development process was downloading database (it's about 4 GB).) The geocoing database is available from the US census bureau, a good article on getting this setup can be found here.

Resources