Documentation fixes

This commit is contained in:
Sloane Sturzenegger 2016-05-21 15:07:25 -07:00
parent 2a35fd89da
commit 48d74b50b0
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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: