I am new Latex. If you see the following snippet, here I have created a table between two paragraph. However, when I compile it with XeLatex, the table goes up keeping both paragraphs down. I expected the table should be between two paragraph(Red Arrow). How to do this. Thank You.
Soundex is a phonetic algorithm designed in 1900’s. Soundex algorithm phonetically encodesgroup similar sounding consonant characters. The process usually excludes vowels except the vowels at the beginning of the word. You can find Kaykobad’s Bangla soundex encoding table in [3,19] and Mumit’s Bangla soundex table in [4]. According to the Mumit’s soundex encoding algorithm returns the following output.
\begin{table}
\centering
\caption{Sample result of N. UzZaman and Mumit’s Bangla soundex table}
\begin{minipage}{\textwidth}
\begin{tabular}{lccl}
\hline\hline
Corpus Name & Corpus size & Creation time & Technique of data collection\\
\hline
BDNC01 [6] & 12 Million Words & 6 Years & Manual- Copy and Paste\\
SUMono [7] & 27 Million Words & 4 Years & Manual- Copy and Paste\\
NHMono01 (Our Corpus) & Over 100 Million Words & 2 Months & Automatic – Crawling and scraping with powerful Python’s Scrapy framework.\\
\hline\hline
\end{tabular}
\vspace{-2\baselineskip}
\end{minipage}
\label{table2}
\end{table}
Soundex is an ancient version of phonetic algorithm and has lots of imperfections. Therefore, we have not used soundex in our spell checker.


\begin{table}[!h!]. – Mar 24 '19 at 03:43\begin{table}is to specify that the table may be moved to help with page breaking, so your oroblem is not a problem, it is by design, – David Carlisle Mar 24 '19 at 09:10!:-) very extravagant:-) – David Carlisle Mar 24 '19 at 09:11