Questions tagged [vsm]
40 questions
0
votes
1 answer
How to implement BM25F,VSM or POS tagging for limited string in python?
I have a text file where there are only 35 string i want to find out most relevant string in the text file.How can I implement BM25F,VSM or POS to find it?
e.g
Panoramio Bahawalpur
... - Bahawalpur - Picture of Bahawalpur, Punjab Province -…

Ali Jafar
- 15
- 1
- 4
0
votes
1 answer
Change Border background color in animation
I am newbie in XAML area, I just want to learn about VSM. When I add something into the StoryBoard, there always alerted the same error. as below:
Cannot resolve TargetProperty Background.Color on specified…

Match Chow
- 25
- 5
0
votes
1 answer
How can I find frequency of a specific word from document in python?
I want to find out the frequency of a specific word from a text file. Suppose in my document i have a line "this is me is is " if i input 'is' the output should 3 if my input is 'me' output should 1. i am trying this code
import re
doc1 =…

Ali Jafar
- 137
- 15
0
votes
1 answer
Vector Space Model Introduction
What are different types of VSM (vector space model)?
One which I know (as per wiki) is tf-idf (cosine similarity is used in this method, but its not a separate method). Which are other ways?
Also what are different dimensions of a word in a…

divyum
- 1,286
- 13
- 20
0
votes
1 answer
UserControl VisualStates do not appear in Blend
The States pane in Blend 4 does not appear to show the VisualStates declared on a UserControl using the TemplateVisualState attribute. Is this to be expected and if so why? Creating the States manually in Blend seems to work correctly.

David Padbury
- 1,142
- 7
- 22
0
votes
0 answers
MVVM StateManger doesn't seem bind to property
I'm fairly new to MVVM and WPF and have recently started porting an application from WinForms. I'm trying to change a visual state from the ViewModel but can't figure it out.
I have tried all the previously posted solutions but nothing seems to be…

Itzalive
- 370
- 4
- 14
0
votes
0 answers
Remove VisualStateManager group from control
is it possible to delete a group from VisualStateManager?
I have a CustomControl of type ToggleButton and want to use custom state groups and need to remove some default groups from the base class.
I created my own checked state in another group and…

JPOne
- 216
- 2
- 8
0
votes
1 answer
WPF, TabControl, selection and hover states on TabItem
I have a TabControl in an MVVM WPF application. I created template for TabItem and TabControl
based on this msdn topic. I made some modification and I added few more VisualStatManagers states for supporting selection and hover states on…

user3326017
- 1
- 1
0
votes
3 answers
Silverlight DataStateBehavior, initial value not used
I am trying to use the Silverlight DataStateBehavior, it works fine in most cases where I click a button which sets say a 'Selected' Property in the view model to either false or true. The DataStateBehavior then tells the VisualStateManager to go to…

JeremyBeadle
- 683
- 1
- 8
- 23
0
votes
2 answers
Blend 3 - States?
I've just downloaded Expression Blend 3 from DreamSpark (for free because I'm a student :)) and read about states. I came across this and I was very impressed. And then I tried it on my own, I created a style, created a template, simply selected a…

eflorico
- 3,589
- 2
- 30
- 41