Semantics The semantics of programming languages and other languages is an important issue and area of study in computer science. Like the syntax of a language, its semantics can be defined exactly.
0
votes
0answers
13 views
how to decide if a term is related to a text based on meaning/semantics?
I have the following non-trivial problem that I need to create an automated solution for
Given a term (word or group of words) and a context (excerpt from a text containing the word), I need to ...
0
votes
1answer
19 views
Best html5 element to use for presenting 'metadata' about an item
I'm building a catalogue of books and scientific journals. Each book or journal will have an page in which various details about the item will be shown.
What would be the best html5 element to use ...
0
votes
0answers
8 views
Semantic file systems - the logistics of tagging (?)
Ive heard of semantic file systems that are based on a tagging system as opposed to a hierarchy to sort items yet I havnt heard of this being implemented anywhere (for personal PC use). Hypothetically ...
-4
votes
1answer
46 views
What are the best practices for format, syntax, and semantics in Java? [closed]
So I've looked at a few tutorials online, seen quiet a few videos, and read part one of The Complete Reference Java Seventh Edition. I have found different syntax and semantics for almost each program ...
-1
votes
1answer
42 views
HTML5 semantic vs styling issue
I'm trying to build a Wordpress theme, using media queries for responsive layout. I have some issues around getting the correct layout whilst maintaining some semantic mark up.
Basically, for the ...
0
votes
0answers
17 views
NSMutableArray semantic warning parameter of incompatible type
I have an app that ran under an old version of xcode. Whilst I have solved some UI warnings I am struggling with this warning. The app runs under IOS 6.
The code is;
#import "MainViewController.h"
...
5
votes
3answers
34 views
html5 outline with a title an a text
I try to apply the new html5 elements. If the page is very simple with an h1 and a text I am not sure what is the best way to do it from a semantic point of view, how to reflect correctly the ...
0
votes
3answers
80 views
+50
Semantic search .net library
I want to build a dynamic course content system based on existing materials (PDF,PPT,Word documents ...etc)
My basic requirement is the semantic search in these files to extract contents .
i ask ...
0
votes
1answer
21 views
Semantic Directory Names (Singular or Plural)
Does the name of a directory title 'the container' or the 'contents'? This question nags at me because if the name of a directory semantically titles 'the container' then the name should be singular. ...
0
votes
2answers
52 views
Python: Semantic similarity score for Strings
Are there any libraries for computing semantic similarity scores for a pair of sentences ?
I'm aware of WordNet's semantic database, and how I can generate the score for 2 words, but I'm looking for ...
0
votes
0answers
20 views
Library to well format HTML semantically [closed]
We are looking for a solution to transforms badly formatted HTML documents (in terms of HTML tag usage) into SEO friendly HTML documents. Based on its text style HTML tags.
Example:
<table ...
0
votes
0answers
16 views
Outer bevel on buttons and textfields using only one DOM element
I've tried coming up with a solution to mimic this http://jsfiddle.net/summer/rfqxn/5/ effect but without using div wrappers.
<div class="background">
<div class="outer-bevel">
...
1
vote
1answer
35 views
Should a one page app contain only buttons?
I'm writing a one page store application and I've set up the menu as usual with ordinary anchor tags because it's been designed as such. Yet, while I will implement browser history, I will also ...
0
votes
1answer
36 views
Federated dbpedia query timeouts with offset > 1000
At this endpoint http://spcdata.digitpa.gov.it:8899/sparql I have a list of all italian municipalities. I want to fetch the population data for every muncipality from dbpedia, and I'm using the ...
0
votes
2answers
28 views
How to get topdown topics for terms?
For example the terms experience, yrs, ctc must imply the subject jobs, badge, unlocked associated with foursquare.
How do I get the subject from its terms? I want to analyse less-than-formal english ...
0
votes
0answers
11 views
Semantic similarity between many pair of tags
I want to calculate the semantic similarity between a lot of pair of tags. Currently, i am using the Normalized Google Distance. I started by using the google api for my search query but google ...
2
votes
1answer
55 views
Use of Dublin Core references and isReferencedBy terms
The Dublin Core vocabulary expresses two terms:
references
isReferencedBy
The two terms are inverses whereas:
if A references B, then B is referenced by A
In a graph is it then (fully or to a ...
-5
votes
0answers
53 views
cellular learning automata 3D with c# or matlab or java [closed]
I need to have a 3D cellular learning automata code.
Can anyone help me in this regard?
I search it on the internet but I could not find it.
I need a sample of my code.
I believe I will be in any ...
0
votes
0answers
17 views
WordnetSimilarity Versus Flickr context Similarity [closed]
I would to share my experience about measuring semantic similarity between two word
In fact I have two solution :Wordnet similarity or Flickr context similarity
the goal in my project is to ...
0
votes
3answers
68 views
How to use TextRazor Python library to analyze text
I'm trying to use TextRazor Python library in order to make some semantic analysis on a piece of text.
my text is defined as follows:
def text():
return r"""Bla Bla Bla"""
When I run the ...
0
votes
1answer
29 views
Correct HTML5 site header
I just read about the header tag not being equal to section. The author says, header should not be used outside a section, but he doesn't tell us, how the sites header and footer have to look like. ...
4
votes
2answers
37 views
How rvalue parameter works?
So I just got really surprised to find that in this code:
void AddLayer( shared_Layer_ptr && pNewLayer_p ){
m_layers.push_back( pNewLayer_p ); // *
}
The push_back being called ...
0
votes
1answer
57 views
Sparql query from Dbpedia and another graph returns less results than expected
I'm a beginner in SPARQL and I'm working on this endpoint http://spcdata.digitpa.gov.it:8899/sparql. I'd like to join data from the DBpedia graph. I'm using the property owl:sameAs for referencing to ...
0
votes
1answer
17 views
semantic forms-issue with info tag and page name parameter
Been trying to figure out how to automaticly create a page name using the values in a form
been reading this page:
...
2
votes
2answers
119 views
Is an infinite enumerable still “enumerable”?
Like two overlapping line segments, we can find infinite points of intersection. To enumerate all these points might not make sense, and we might just want to present that this collection is infinity. ...
0
votes
0answers
20 views
Document comparision using semantic vectors
I am new in semantic vectors https://code.google.com/p/semanticvectors/. I want to compare documents. Means I have a directory "check" on Desktop in which I have some documents, I have a text file in ...
0
votes
0answers
37 views
WIndows App Store Semantic Zoom Issue
I have implemented a semantic zoom in my metro W8 app and it works fine except that in the ZoomedIn view I only get a max of 27 items in each group. The first group correctly has 27 items in the ...
1
vote
1answer
83 views
ul or nav for breadcrumbs in HTML?
The Foundation front-end framework provides 2 ways of representing breadcrumbs in HTML:
<ul class="breadcrumbs">
<li><a href="#">Home</a></li>
<li><a ...
0
votes
0answers
23 views
Developing a Semantic cache program for HBase by java
I need to develop a program for caching hbase retrieved data on disk. i want to use semantic model (i.e. joining existing hitting data with retrieving missing data to make the response).
i have two ...
0
votes
2answers
38 views
Semantic Issue with UITextfield
I'm new to iOS. I've searched on here for UITextfield Sematic Issues here, as well as variations on that. I'm trying to make a pretty simple app, that you:
Enter text into a text filed
Press A button
...
2
votes
2answers
65 views
Java: Not a statement
I suppose this is more a question about language theory than anything else. Why is the first statement in main legal, when the second is not? Don't they evaluate to be the same thing?
public class ...
2
votes
1answer
104 views
if requires an else clause
I have essentially the following code in a function, and I would like to eliminate the duplication of doSomethingElse():
fun a ->
if a = b then
let c = expensiveOperation()
if ...
1
vote
2answers
39 views
How can I emphasis the importance of individual items in an unordered list
I would like to use semantic mark-up to emphasise each items importance or priority.
Here is an example of what i mean.
<ul itemscope itemtype="http://schema.org/ItemList">
<h2 ...
0
votes
2answers
46 views
Semantics vs DOM Manipulation
What are all of your thoughts on semantic markup vs DOM manipulation?
For example, I can have an error message under a field like
<label for="email">Email:</label>
<input type="email" ...
1
vote
4answers
159 views
WordNetSimalarity in large dataset of synsets
I use wordnet similarity java api to measure similarity between two synsets as such:
public class WordNetSimalarity {
private static ILexicalDatabase db = new NictWordNet();
private static ...
0
votes
3answers
211 views
ARC Semantic Issue: No Visible @Interface for 'UIViewController' declares the selector 'loginResult:'
I have made lot of googling about the Title above but could not get the solutions I want.
I have a project with ARC that uses a static library for service calls. When click login button credentials ...
2
votes
0answers
40 views
What is the correct usage of HTML table-related elements? [closed]
There are many ways to build tables in HTML, but I wonder: what is officially correct?
List of all the elements:
<table>
<caption>
<colgroup>
<col>
<thead>
...
0
votes
1answer
23 views
Rails Admin Form Errors
I have a form for movies in rails, and one of the columns is called year.
In my rails form it is displayed as such
<%= f.collection_select :year_id, Year.all, :id, :year %> </div><br ...
0
votes
1answer
21 views
Rails Migration Form Error With Id
I have just built a migration for my movies table called year_id
When I create two new years, 2012 and 2013, I then add the dropdown to select the year
and I get this:
How can i make my dropdown ...
0
votes
1answer
71 views
Using wordnet in java
I am new to wordnet API and I am struggling how I can get to th following issue;
I would like that if I give for example "George Bush" I will arrive to the term person. The following diagram ...
2
votes
1answer
34 views
Simultaneous assignment semantics in Python
Consider the following Python 3 code:
a = [-1,-1,-1]
i = 0
And now consider the following two versions of a simultaneous assignment over both a and i:
Assignment version 1:
a[i],i = i,i+1
...
1
vote
0answers
29 views
navigation semantics <nav> with <ul> or without?
What would be more semantic?
<nav>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</nav>
or
<nav>
<ul>
...
1
vote
4answers
40 views
Is a 'title' attribute relevant in a <img> tag?
I wanted to know if adding a 'title' attribute is semantic relevant on a 'img' tag. I already always use the 'alt' attribute to respec the W3C spec.
And if yes, is the content on the 'title' attribute ...
1
vote
1answer
45 views
Why not create my own semantic elements in HTML5? [duplicate]
I've learnt HTML and the basics of CSS only recently and am enjoying the liberty of finally being web literate. One thing puzzles me, with the usefulness (literally and semantically) of elements in ...
0
votes
0answers
22 views
How to get the buildindex step working in the semanticvectors java package on a mac OS X terminal?
I'm trying to use semantic vectors. Here are some links:
https://code.google.com/p/semanticvectors/wiki/InstallationInstructions
https://code.google.com/p/semanticvectors/
Anyway, I'm on the step ...
4
votes
1answer
99 views
Is it possible to call a struct constructor through make() in go?
Is there a better way to allocate the contents of this array, such as automatically calling the NewThing() constructor instead of manually constructing each element?
package main
import "sync"
type ...
0
votes
1answer
42 views
Semantic distance between two words
I would like to get a value which identifies the symantec distance between the words.
I know that from wordnet I can get a set of words which are hyponyms, synonyms.... to a particular word.
BUT is ...
0
votes
0answers
17 views
Any reason why different attributes on meta tag would be incorrect?
Note: I already know this works. Consider the following:
<meta
itemprop="description"
name="description"
property="og:description"
content="[description]">
This makes various ...
0
votes
1answer
32 views
How to measure semantic relationship between two webpages
Let's assume, I am visiting a University webpage. There are many teacher profile there. Though these pages are not syntactically related, these are semantically related. How can I measure this type of ...
0
votes
1answer
64 views
How to run Jena on AppEngine?
I tried to run an Application with Jena in AppEngine and i got an Rmi exception. Is running jena on AppEngine cant be done? Following is the error log.
java.lang.NoClassDefFoundError: ...


