vocabulary Questions
8
What's the definition of a Shim?
Hopscotch asked 22/1, 2010 at 9:11
1
I am trying to save all the vocab words and the tfidf vectorizer from the train/test set so that I can use it on a new set of text at a later time. I got the vocab and idf dictionary using this cod...
Pallet asked 2/11, 2021 at 17:13
6
Solved
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-shi...
Lutes asked 6/7, 2011 at 16:26
2
Solved
I am trying to find the vocabulary size of the large English model, i.e. en_core_web_lg, and I find three different sources of information:
spaCy's docs: 685k keys, 685k unique vectors
nlp.vocab....
Multicolored asked 28/12, 2019 at 23:27
2
I try to do typo correction with spaCy, and for that I need to know if a word exists in the vocab or not. If not, the idea is to split the word in two until all segments do exist. As example, "ofth...
Leighannleighland asked 29/12, 2019 at 20:49
5
Solved
I noticed many mentions of pty and tty in some open source projects, could someone tell me what do they mean and what is the difference between them?
Wage asked 13/12, 2010 at 6:19
2
Solved
I am following the wildml blog on text classification using tensorflow. I am not able to understand the purpose of max_document_length in the code statement :
vocab_processor = learn.preprocessing...
Fillin asked 17/11, 2016 at 17:45
1
Solved
There's 2 Dublin Core vocabularies DC terms and DC elements.
They define almost the same classes and properties.
So what is the key differences between them, and when to use each one.
Tideland asked 27/11, 2017 at 20:30
1
Solved
I am trying to read the documentation in Edward Kmett's Lens package. I am not familiar with a lot of the terms used (profunctor, isomorphism, monomorphic, contravariant, bifunctor, etc...)
What w...
Evictee asked 30/9, 2015 at 22:40
2
I'm reading a lot about vocabulary trees when it comes to fast queries for similar images or texts in big databases. But I couldn't find any good (easy to understand) description on what such a voc...
Parasiticide asked 30/1, 2010 at 23:23
3
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 th...
Insignificancy asked 20/2, 2013 at 18:7
5
Solved
I have recently started working with semantic web and linked data technologies, I have been always confused about one thing though. What is the difference between an Ontology and a vocabulary? Whic...
Ultra asked 25/11, 2013 at 18:17
1
Solved
Which HTML5 markup should we use for postal addresses? And which vocabulary could we use for enabling machine-readability?
As an example, the address of W3C’s main office:
W3C/MIT
32 Vassar St...
Oophorectomy asked 27/9, 2014 at 1:35
3
Solved
Well, all is in the title...
I understand that both forms refer to the method, but I don't see what # adds to the other form.
Nuno asked 22/6, 2014 at 19:26
1
The W3C TAG published the Working Draft URLs in Data Primer last month. It specifies a solution for the httpRange-14 issue.
Now vocabularies should specify categories for their properties, i.e. if...
Easting asked 12/7, 2013 at 11:34
1
Solved
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...
Pitsaw asked 19/5, 2013 at 0:32
2
Solved
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 Doe</title>
<...
Swinger asked 12/10, 2011 at 20:11
1
Solved
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...
Och asked 19/9, 2012 at 21:55
4
Solved
As a non-native English speaker, I often wonder about using the plural form in the initial part(s) of noun phrases when naming classes or objects.
For example:
If I have an interface to multiple...
Muster asked 17/2, 2011 at 14:52
2
When I need a name for a new class that extends behaviour of an existing class, I usually have hard time to come up with a name for it.
For example, if I have a class MyClass, then the new class c...
Fencible asked 25/4, 2010 at 15:51
14
Solved
There's a computer science term for this that escapes my head, one of those words that ends with "-icity".
It means something like a given action will always produce the same result, IE there won'...
Covin asked 19/1, 2010 at 21:3
3
Solved
for a program I am writing I would need a dictionary between Spanish and English words. I googled a while, but I could not find any database freely available. Does anybody know where or how t...
Cohobate asked 22/2, 2009 at 15:42
1
© 2022 - 2024 — McMap. All rights reserved.