The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 views

Any free database of English-Spanish words?

I want to make a Vocabulary Trainer and I was thinking about the best way to do it. First I searched some translation APIs to use, to avoid having to build my own dictionary, but I found that most of ...
0
votes
2answers
60 views

Python Vocab Checker

I'm looking to create a Python based vocabulary checker for my little cousin to use for studying. The purpose of the program will be to display a word and then she will need to type in the definition ...
2
votes
1answer
43 views

RDF Vocabulary for describing Uri components

Is there a known RDF vocabulary for describing metadata of Uri components? (e.g. scheme, authority, querystring, etc.) Update I have been able to find a DublinCore term resource for URI, but the ...
0
votes
0answers
29 views

Warn or prevent a user from deleting a referenced vocabulary type in Plone / Dexterity

I have a Dexterity type (department) that I use as a dynamic vocabulary (schema.Choice) in another Dexterity type (contract). Is there a way where I can prevent, or warn a user trying to delete a ...
1
vote
1answer
35 views

Create own properties to using Schema.org with RDFa Lite?

So Im putting semantics on my page using RDFa Lite and the vocabulary Schema.org, but I have ran into an problem. Im putting it on a Person that is a soocer player. I got informations like player ...
0
votes
1answer
31 views

Word that encompasses pixel and voxel

Is-there a word that generalizes the notion of pixel and voxel to any dimension ? Similarly, for superpixel / supervoxel. Referring to "superpixel or supervoxel" for a method that can operate on both ...
0
votes
2answers
31 views

Is there a term in REST vocabulary describing the HTTP server?

Considering these REST resources: http://foo:123/bar/baz http://foo:123/bar/boz http://foo:123/bar/buz http://nirwana:99/abc http://nirwana:99/def Resource groups 1 to 3 and 4 and 5 share the same ...
1
vote
1answer
36 views

localized vocabulary-names dont show up in views drupal

i got a view in drupal that shows terms and their corresponding vocabulary-name to group those terms. Problem: When i switch the language just the terms show their translated versions, the ...
2
votes
1answer
60 views

Managing Plone vocabularies through the web

I am currently working on a Plone project with several custom content types. These content types have several fields that in turn fetch their values from vocabularies. Currently, I've just hard coded ...
2
votes
2answers
148 views

Problems using a custom vocabulary for TfidfVectorizer scikit-learn

I'm trying to use a custom vocabulary in scikit-learn for some clustering tasks and I'm getting very weird results. The program runs ok when not using a custom vocabulary and I'm satisfied with the ...
0
votes
1answer
82 views

Drupal: add a taxonomy vocabulary field to my custom content type

How I can add a taxonomy vocabulary field to my custom content type to my module? My objective is when I create a new content(of my custom content type, of course) give me the posibility of select ...
0
votes
2answers
56 views

Vocabulary size in CSV file

I have a CSV file that looks like: Lorem ipsum dolor sit amet , 12:01 consectetuer adipiscing elit, sed , 12:02 etc... It is quite a large file (approx. 10,000 rows) I would like to get the total ...
1
vote
1answer
96 views

Find a suitable vocabulary database to build a C structure

Let's begin with the question final purpose: my aim is to build a word-based neural network which should take a basic sentence and select for each individual word the meaning it is supposed to yield ...
0
votes
1answer
66 views

Textanalysis for everyday use and language learning

Hi was learning vocabulary based on a frequency list a few days ago. It was the 5000 most used english words. I would like to be able to generate my own vocabulary list/tables based on word frequency. ...
1
vote
1answer
38 views

appropriate term for a predicate that has state

A predicate (an object that is a boolean-valued function which tests its input for a condition) is generally assumed to be stateless. What's the most appropriate name for an object which has a ...
1
vote
1answer
63 views

Is there a standard computer vocabulary for German? for Spanish?

I was given the task of coming up with shorter German words for the German version of our software. It got me to thinking that there should be some sort of standard vocabulary for information ...
2
votes
1answer
55 views

SimpleTerm title not being set

I have a form with a SelectFieldWidget, that is currently using a static vocabularly, which is basically this: from zope.schema.vocabulary import SimpleVocabulary, SimpleTerm primary_contacts = ...
0
votes
1answer
20 views

XML Element and Type hierarchies

I have a conceptual question, because I'm currently writing a concept concerning Dataexchange using xml & xsds. When describing xsds, I often find myself wondering whether I am using the correct ...
-2
votes
1answer
103 views

Data Structure Terminology? [closed]

I have a good amount of questions regarding data structure vocabulary. I'm sure I know what these are/do, but I did not learn the appropriate terms for them or I forgot them, so when someone uses them ...
0
votes
2answers
126 views

What does it mean to return a function result as an “output parameter”?

Hi I was hoping that I could get a better understanding of a few things regarding C++. We are learning about functions and I missed a class and I'm thinking it was the wrong class to of missed ...
0
votes
2answers
25 views

Need Something That Catagorizes Word Based On Vocab Level

I'm doing a plagiarism type project in Java and would like to somehow give each word a rating based on how strong the word choice is. Is there anything that does this or any way to do this?
5
votes
1answer
64 views

What is the technical word associated to the binary representation of types?

I am currently writing a function that tests endianness and sizeof() fundamental types in C++ in order to dectect if the system/compiler is "classic" or non-standard. I search a name for this ...
0
votes
1answer
57 views

What is the Ruby equivalent of “pythonic”? [closed]

In the Python community, the term pythonic refers to idiomatic Python[1]. Is there an equivalent term in the Ruby community for idiomatic Ruby[2]? [1] For example, using enumerate(l) instead of ...
0
votes
2answers
380 views

How do I move terms from one vocabulary to another in Drupal 7 without losing the node reference?

I've inherited a site with a very big hierarchical taxonomy: Vocabulary name: categories --term: company name ---- many child terms -- term: country ---- many child terms -- term: issue ---- many ...
0
votes
1answer
22 views

What is in-memory data? [closed]

I am currently starting to learn Java Web Applications and in my book it mentions in-memory data. However I cant seem to find a definition. What exactly is this? Thank You
0
votes
1answer
59 views

Term for converting object to serializable object

I am designing a system for serializing in-memory objects to a number of formats (i.e. json, protocol buffers, etc). In order to do so I use a two-step proces: first I define methods for every class I ...
0
votes
0answers
346 views

Drupal 6 taxonomy view with taxonomy term argument, how to show terms from *other* vocabulary

I have a content-type that has 2 vocabularies : 'Users' and 'Categories'. On the frontpage i have a taxonomy views block that displays all terms (and term-images) from the vocabulary 'Users' When ...
2
votes
5answers
82 views

Can I have a class shared for all my web applications?

I'm about, with WebForms, to making a vocabulary (for N languages) that I'll share for my all web applications. Like MyLanguages.cs. Then I'll create static methods to get my words. But I won't to ...
0
votes
1answer
282 views

Creating Vocabulary in python

I have a number of text file. I would like to use NLTK for preprocessing and printing the vocabulary in a plain text .text format, so that I can distribute those file for the people to use. I did ...
1
vote
5answers
133 views

What is the term to describe this property of how lists work?

I am looking for the proper term to describe this well-known property of collection objects, and more importantly, the way the stack diagram changes when variables are used to reference their ...
0
votes
2answers
97 views

ruby vocabulary library

Is there a vocabulary library that can recognize different forms as one word? Like this: Built, Builds, Building => Build Ate, Eaten, Eats, Eating => Eat Tables => Table
3
votes
4answers
78 views

What is the term for a request that redraws the whole web page?

I feel like I'm always stumbling over the language used to distinguish between an AJAX request and a standard web request (one that redraws the whole page using HTML returned from the server). In ...
6
votes
2answers
304 views

Shims or Facade/Adapter pattern

I'm developing an application that need to work with different incompatible versions of some library. My gut instinct was introducing an adapter between the app and the library that will have proper ...
14
votes
3answers
373 views

Name of type pattern: R a b = Q (a -> (R a b,b))

I am looking for some vocabulary here. There are a number of shapes that have common names. For example L a = Empty | Cons a L Is generally called a "list," while T a = Leaf a | Node (T a) (T a) is ...
1
vote
1answer
191 views

Return the most similar document compared to a query document by using Cosine similarity in python

I have a set of files and a query doc.My purpose is to return the most similar documents by comparing with query doc for each of the document.To use cosine similarity first i have to map the document ...
0
votes
3answers
195 views

Plone 4: Getting Vocabulary values in a loop

I am trying to fetch a Named Vocabulary and loop through its contents. Below is the code I have so far. def get_car_types(self): car_types = [] vtool = getToolByName(self, ...
2
votes
1answer
137 views

What is a “copy c-or” in C++?

I am came across a question Which is better i++ or ++i. Somebody said ++i as it does not require copy c-or . I just want to know what is a copy c-or and is it a disadvantage to use such a thing ?
0
votes
2answers
84 views

What terms do you use to describe the nature of a refactorization?

Currently I'm trying to write a good commit comment for a code refactoring I've made. And I feel like I'm missing a word to sum up what I did instead of describing it. Right now my description is: ...
2
votes
2answers
222 views

Tagging and Searching Plone Content from Constrained Vocabularies

I want to let my editors tag content on several orthogonal vocabularies and then have a nice search interface that lets users search for the content based on those vocabularies. It seems too parts of ...
2
votes
1answer
79 views

How can controlled vocabularies or taxonomies be used to define XML element names or attribute names?

I am currently writing an XML file which models some experimental issue. Unfortunately, many of the associated words come with various synonyms. What I would like to do is to have a controlled ...
7
votes
2answers
926 views

How do I relate items in schema.org?

Suppose I have this simple HTML page about a guy getting a job: <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>New Job for John ...
1
vote
0answers
64 views

Terminology equivalences between programming languages [closed]

Most programmers know there are different terminologies between different languages, from my experience I know Smalltalk terminology, and actually I don't care why posterior language designers decided ...
30
votes
1answer
3k views

What is the difference between a shim and a polyfill?

Both seem to be used in web development circles, see e.g. HTML5 Cross Browser Polyfills, which says: So here we're collecting all the shims, fallbacks, and polyfills... Or, there's the es5-shim ...
0
votes
2answers
298 views

Repository of SKOS Vocabularies

Is there any repository or list of freely available SKOS (or even not SKOS) vocabs? I need some special vocabs and want to know if they are already exist or not. I found some well-known ones like ...
1
vote
1answer
134 views

How to make usernames as vocabulary in Drupal 7?

I am making a website using Drupal 7, in which a user may assign tasks to another user while editing a content node. I was thinking of doing this by making the Username list appear as a tag list with ...
1
vote
1answer
274 views

How do you pronounce SCons? [closed]

How do you pronounce the name of SCons (The Software CONStruction toolkit, a replacement for make)? I see two main ways: Pronounce the S separate from the Cons (Ess Cons) Pronounce them together ...
1
vote
5answers
70 views

Debug Assert condition logic and language peculiarities

I am not native English speaker, so for me is a little strange the Debug.Assert method, that, for me, verifies a condition, in fact, verifies the opposite of this condition. Assert = advance, ...
1
vote
0answers
128 views

English Grammar / Vocab tools?

I'm looking for data/libraries useful for analyzing English vocabulary and grammar. I'm attempting to build my own analysis software as a side-project of mine (e.g. read in a paragraph, and get some ...
1
vote
3answers
41 views

How to read a method call

I have a mostly vocabulary-related question, concerning method calls: when you have a code such as dog.sit() Would you rather say that you "call the sit method of dog" or "call the sit method on ...
0
votes
2answers
2k views

how to use views to display taxonomy vocabulary list in 2 level on Drupal 7

I'm working on my first Drupal 7 project. I'm having a problem about vocabulary term listing :/ I hope you can advise... I created Vocabulary named Services, and terms are 2 level as below (there ...

1 2