The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
59 views

How to build java project using Mahout Map-Reduce classification algorithms for structured data classification?

I have a lot of sensor data that comes as feature vectors with class labels. I want to use the classification algorithms that are implemented as Map-Reduce to train this structured data I have. ...
1
vote
1answer
33 views

Structured Data for Reocurring Event

I'm the webmaster for smctheatre.com. We're a community theatre that puts on a handful of plays each year. I'm adding to my toolbox with learning structured data. Microformat, microdata, or RDFa, I ...
1
vote
0answers
24 views

How to send structured data through Syslog?

I have structured data, key value pairs, that should be logged through syslog. In the end we want to see statistics about these metrics. How should we encode and then decode it on the reciever side? ...
0
votes
0answers
150 views

How do I make a multiple choice test in VB?

It is part of a homework assignment. I have to have structured data, and read the questions in for a .dat file. So far this is what I have. I'm having the most trouble in my Private Sub cmdNext_Click ...
-2
votes
1answer
89 views

Natural language query understanding [closed]

I am pretty newbie in the NLP area and apologize that my question may be silly or incorrect. I look forward for any assistance that can give me the motion vector to the right direction. Nowadays I am ...
0
votes
1answer
39 views

Global File Referencing

My basic file structure something like: domain.com/ home.php images/ global/ nav/ nav-img.jpg includes/ ...
1
vote
2answers
101 views

Structured data in HTML - schema.org or GoodRelations

Has anyone some experience and can explain how to use properly structure data in HTML pages. Simple things are easy, but how to perform difficult ones? Is it possible to use different standards like ...
0
votes
0answers
24 views

Schema.org organization with people

I'm trying to markup my page with Schema.org structured data. I want to do a basketball team and was going to use the SportsTeam entity. Then I want to list players for that team within the ...
0
votes
0answers
61 views

What is the most appropriate CMS for structured data? [closed]

I need a CMS system that allows non-developer users to maintain structured data such as: Animal Name Age Weight Zookeeper notes Ideally the CMS would have features like: Nice ...
4
votes
1answer
67 views

Simple way to parse and query multi-line semi-structured content

I'm occasionally working with text files in which some sections do have multiple paragraphs with the same structure. Here's an example: Some unrelated preface I'm not interested in... Lorem ipsum ...
2
votes
2answers
241 views

How to convert a 2D array to a structured array using view (numpy)?

I am having some problems assigning fields to an array using the view method. Apparently, there doesn't seem to be a control of how you want to assign the field. a=array([[1,2],[1,2],[1,2]]) # 3x2 ...
3
votes
2answers
125 views

Numpy Nested Structured Arrays by reference

I have the folowwing data structure: N=100 TB = {'names':('n', 'D'),'formats':(int, int)} TA = {'names':('id', 'B'),'formats':(int, dtype((TB, (N))))} a = np.empty(1000, dtype=TA) b = ...
3
votes
2answers
119 views

Splitting up a data file in Python, round 2

So I have recently found a solution to this question here in which I wanted to take two columns of a data file and put them into two arrays I now have this code which does the job nicely. Xvals=[]; ...
0
votes
1answer
81 views

Client Side Composing | Create Elements vs. .innerHTML writes | invisible code

Which is better? Is there a way to keep content out of the view->source()?
0
votes
1answer
211 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
4answers
232 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
40 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
602 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 ...
1
vote
3answers
181 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 ...
2
votes
1answer
122 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
299 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
137 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
votes
4answers
228 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 ...
4
votes
5answers
572 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 ...
2
votes
1answer
603 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: ...
0
votes
1answer
264 views

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 ...
7
votes
1answer
2k 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 ...
2
votes
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 ...