Questions tagged [vsm]

40 questions
1
vote
1 answer

Is there a way to export value stream map in gocd?

In GoCD pipeline, we can export a pipeline metadata as json or xml. Same way, is it possible to export all the pipelines that belongs to a value stream map?
Deni Simon
  • 161
  • 2
  • 7
1
vote
3 answers

Words embedding extraction

I am using python 2.7, and I have pre-trained embeddings for English. I need to look up for a certain word embedding from this file. The file has 300 dimensions and is formatted this way: the -0.0279698616277 -0.00822567637943 -0.066859518431…
1
vote
0 answers

Aspect extraction and Vector Space Model

I have a dataset of reviews like: "Teacher","Subject","Feedback" "Dr.Reddy","DSP","He has very good subject knowledge. He didn't take all the lectures. He teaches and explains concepts very well." "Ms. Vibha","OOPS","She is very regular with…
blitz101
  • 11
  • 2
1
vote
3 answers

Getting the Vector Space Model (tf-idf) from a query on a lucene index

I need to get the Vector Space Model(with tf-idf weighting) from the results of a lucene query, and cant figure out how to do it. It seems like it should be simple, and at this stage maybe one of you guys can point me in the right direction. I have…
Mark
  • 312
  • 4
  • 17
1
vote
1 answer

GoToState from within ItemTemplate

Anybody figured out how to activate a visual state within the namescope of the ItemsControl from within a DataTemplate applied to said ItemsControl's ItemTemplate? You obviously can't select the target from within Blend. I was wondering if there…
markti
  • 2,783
  • 1
  • 23
  • 30
1
vote
1 answer

How can i take control of an element inside a template from outer template

Am facing hard time finding solution for this problem. I've a control template in which i've a content presenter and a Custom visual state manager with visual state Selected and UnSelected under SelectionStates group. Inside the content presenter's…
Vinod
  • 101
  • 1
  • 10
1
vote
0 answers

Vector Space Model query - set of documends search

i'm trying to write a code for vsm search in c. So using a collection of documents i built a hashtable (inverded index) in wich each slot holds a word along with it's df and a pointer to a list in which each slot hold a name of a document(in which…
captain monk
  • 719
  • 4
  • 11
  • 34
1
vote
2 answers

How Can I Use the Visual State Manager in Blend for WPF Applications?

When creating a control style & template in Blend for a WPF application, I want to take advantage of the Visual State Manager. How do I do this? Whenever I right-click over the button and select Edit Template, Create Empty ... nothing shows up in…
cplotts
  • 13,941
  • 9
  • 55
  • 66
0
votes
1 answer

My code have an error and I don't know why

Hi I have the next code in VBA: Sub EscribirPregunta() Dim preguntas As Range Dim pregunta As Range Dim boton As Button Dim preguntaSeleccionada As String Dim celdasLista As Range Dim celda As Range Dim ws As Worksheet …
0
votes
0 answers

KeyError: 'Text' in vector space model

** Vector Space Model** I am facing KeyError: 'Text' in vector space model Kindly help in this regard I have tried to exceute on samll dataset for testing purpose but same error found
0
votes
0 answers

Protues can't build file asm to HEX on Protues [Error make 2 ] process_begin: CreateProcess

The problem 2 I'm trying to install GCC to fix that but that's not a problem. Another way I try to add MinGW the PATH to the environment so it's not working. Install any version have the same problem.
0
votes
1 answer

Neo4j: Create a list of items when contain another item

I want to create a new list (c2) out of intersection of Buy1 with an Item346 Buy1 : [Item 12, Item 23, Item 7, Item 562, Item 346, Item 85] List I want to return (vsm representation) c2 : [0, 0, 0, 0, 1, 0]
0
votes
0 answers

Extracting Synonyms

I have ten txt files and generated a corpus of these files. After creating my corpus i need to generate vector space model. For VSM i preprocessed the corpus to remove stop words, number, punctuation etc... Now i need to read the corpus and…
0
votes
0 answers

Vector Space Model with Nutch and Solr

I'm new to both NUTCH and SOLR, and I have to build a search engine based on these two in my capstone project. Well, what I understand is that Nutch's similarity is LinkRank that does somehow the same work as Google's PageRank and Solr 7.3.1 uses…
0
votes
1 answer

How to make smooth transition from a WebBrowser control to an Image in Silverlight 4?

I have the following XAML on my page: and then in the codebehind I'm…
Trex
  • 145
  • 1
  • 13