All pastes #2121250 Raw Edit

Unnamed

public text v1 · immutable
#2121250 ·published 2012-02-24 09:24 UTC
rendered paste body
\documentclass{article}

\begin{filecontents}{\jobname.bib}
@InProceedings{NLP:reversible-grammars,
  author = 	 {Gordon Franck},
  title = 	 {{Reversible Grammars and Natural Language Processing}},
  booktitle = 	 {Proceedings of the 1992 ACM/SIGAPP Symposium on Applied Computing: technological challenges of the 1990's},
  OPTcrossref =  {},
  OPTkey = 	 {},
  pages = 	 {102--109},
  year = 	 {1992},
  OPTeditor = 	 {},
  volume = 	 {1},
  OPTnumber = 	 {},
  OPTseries = 	 {},
  OPTaddress = 	 {},
  OPTmonth = 	 {},
  OPTorganization = {},
  OPTpublisher = {},
  url = 	 {http://www.acm.org/pubs/citations/proceedings/sac/143559/p102-franck/},
  language =   {english},
  OPTannotate = 	 {},
  annotate =	 {{
Franck asserts that the mechanism that allows human beings to communicate with 
one another consists of two subtasks: 
\begin{enumerate}
\item	Given a meaning (represented in an internal formalism) 
	express it as a string of natural language (find a path from mind to language)
\item	Given a string of natural language obtain the meaning 
	(find a path from language to mind)
\end{enumerate}

The article looks at how reversible grammar can help making 
better natural language interfaces and also gives examples in 
the latter part of it.
}}
}
\end{filecontents}

\begin{document}
\section{Foo}

\cite{NLP:reversible-grammars}

\bibliography{\jobname}%
\bibliographystyle{apalike}
\end{document}