Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
937 views

.NET Library For Fixed Length Text Files

I'm looking for a .NET (much preferably open source in C#) library for dealing with fixed length field text files. It wouldn't be too much to write one, but existing, tested work is always nicer, to ...
3
votes
5answers
307 views

Unstructured Text to Structured Data

I am looking for references (tutorials, books, academic literature) concerning structuring unstructured text in a manner similar to the google calendar quick add button. I understand this may come ...
1
vote
3answers
126 views

Forms / structured data feature in Plone 4

We are trying to make a document-managemnet / knowledge management portal using Plone 4. We would like a forms / structured data feature in our webapp with posibility of defining forms through the ...
1
vote
1answer
89 views

DOM parsing, structured document traversal under the hood

As a developer, and I'm certain I'm far from alone here, I'm always curious to understand what's "under the hood". DOM parsers are one of the list-toppers of this curiosity for me. We all know the ...
1
vote
0answers
154 views

google cse- rendering search results

I'm using Google CSE on my website and I want to have the search results display differently than the standard method. I've found this: http://code.google.com/apis/customsearch/docs/snippets.html ...
1
vote
3answers
126 views

Is there finer granularity than LOAD/NEXT for reading structured data?

Imagine that I have a long file of Rebol-formatted data, with a million lines, that look something like REBOL [] [ [employee name: {Tony Romero} salary: $10,203.04] [employee name: {Marcus ...
1
vote
1answer
445 views

SubSonic 2.x now supports TVP's - SqlDbType.Structure / DataTables for SQL Server 2008

For those interested, I have now modified the SubSonic 2.x code to recognize and support DataTable parameter types. You can read more about SQL Server 2008 features here: ...
1
vote
2answers
2k views

Does Log4j SyslogAppender support MDC and NDC

Simple really, does Log4j SyslogAppender support MDC and NDC in the sense that the output is structured data i.e. uses the structured data features of the protocol? Further, are there any limits on ...
0
votes
1answer
35 views

How to process structured data on the client side:

I have dynamic data ( i.e. , user created ) data in a mySQL table. I want to process it on the client side, that is turn it into HTML. Currently I use php to take the mySQL data and send it to the ...
0
votes
1answer
23 views

Structured data in Joomla

I'm currently developing a back-end for chefs at various restaurants to report their daily menues in a structured format. Of pragmatic reasons have I chosen to use a web CMS and use many of the ...
0
votes
0answers
22 views

What type of format/language should I Use?

I have a yaml format something like this:- rule1: attribute1: [a,b,c,d,e,f] attribute2: - {signals: [a,b], max: 10} - {signals: [c,d], max: 5} - {signals: [e,f], max: ...
0
votes
4answers
75 views

Extract structured data from plain text

On input I have a plain text (in my case typically it will be HTML) and a "grammar specification" (some way for extracting data from plain text to structured data), then on output I need to have some ...
0
votes
1answer
24 views

Database for structured output learning

I'm new at this so please be gentle. I'm currently trying to apply some structured prediction algorithms using kernel methods. The thing I'm missing is a good database for which to test this on. ...
0
votes
2answers
215 views

Transforming (Synchronizing)Data between SQL to HBase

We are overhauling our product by completely moving from Microsoft-.Net family to open source (well one of the reasons is cost cutting and exponential increase in data). We plan to move our data ...
0
votes
0answers
46 views

Strategies/Implementations/Research in parsing structured data with unknown structure

I want to allow users of my CMS to bulk update/insert records into various models. However, I don't want to enforce a particular structure on the data that they insert. Their data will have a ...
0
votes
1answer
174 views

algorithm q: Fuzzy matching of structured data

I have a fairly small corpus of structured records sitting in a database. Given a tiny fraction of the information contained in a single record, submitted via a web form (so structured in the same way ...
-1
votes
4answers
148 views

What structured text format is the best supported in Python?

This question may be seen as subjective, but I'd like to ask SO users which common structured textual data format is best supported in Python. My initial choices are: XML JSON and YAML Which of ...