mirror of https://github.com/percyliang/sempre
Documentation fixes
This commit is contained in:
parent
2a35fd89da
commit
48d74b50b0
|
|
@ -945,7 +945,7 @@ which are used in our first sematic parsing applications, but they probably
|
|||
should be avoided unless you're specifically doing Freebase QA. Even in that
|
||||
case, the main thing you should think about is:
|
||||
|
||||
(rule $Entity ($PHRASE) (LexiconFn fbsearch)
|
||||
(rule $Entity ($PHRASE) (LexiconFn fbsearch))
|
||||
|
||||
which uses the Freebase Search API to look up entities. Be aware here that the
|
||||
API will generously return many candidate entities for any string you give it,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ To generate each individual domain:
|
|||
|
||||
## Training
|
||||
|
||||
After generating the paraphrases via AMT and setting up the approprate example
|
||||
After generating the paraphrases via AMT and setting up the appropriate example
|
||||
files, we train a model.
|
||||
|
||||
Run the following to train with all the features:
|
||||
|
|
|
|||
Loading…
Reference in New Issue