“141011-progress”版本间的差异
来自cslt Wiki
(→soluation) |
(→now problem) |
||
| 第17行: | 第17行: | ||
* code | * code | ||
:* the standard question and template all is loaded into the lucene index. so it is ok? | :* the standard question and template all is loaded into the lucene index. so it is ok? | ||
| + | :* add the vsm method to deal with the wrong order problem. | ||
2014年10月11日 (六) 01:19的版本
Problem
- QA framework
- wrong order or template expansion
- incomplete information in question
- correct the input error
soluation
- QA framework
- check other company or opensource framwork
- read the QA reveiew,tutorial and paper
- wrong order or template expansion
- vsm or word2vec mach
- Automatic template expansion,may use SEMPRE[1]
- now use the combination of the word to cover the wrong order. now just deal with the two words.
now problem
- code
- the standard question and template all is loaded into the lucene index. so it is ok?
- add the vsm method to deal with the wrong order problem.