简体   繁体   中英

Suggestion regarding free Natural Language Processing API for xamarin andriod app

I would like to develop a Natural language Processing App in xamarin andriod,I am looking for free API to use in my APP through google search I found OpenNLP is a free API to do tokenization, Parts of speech tagging etc but I dont know how to use this in my xamarin andriod APP. When I tried to install from Nuget package I am getting an incompitable error Please help me to find free API

Error NU1202 Package OpenNLP 1.3.5 is not compatible with monoandroid90 (MonoAndroid,Version=v9.0). Package OpenNLP 1.3.5 supports: net45 (.NETFramework,Version=v4.5) OCR Pro C:\\Users\\Krant\\source\\repos\\OCR Pro\\OCR Pro.csproj 1

From the error,we will find that the Nuget is only available for .net framework >= 4.5

Error NU1202 Package OpenNLP 1.3.5 is not compatible with monoandroid90 (MonoAndroid,Version=v9.0). Package OpenNLP 1.3.5 supports: net45 (.NETFramework,Version=v4.5) OCR Pro C:\\Users\\Krant\\source\\repos\\OCR Pro\\OCR Pro.csproj 1

So you can't install it for Xamarin Android project , only classic desktop .Net Framework applications.eg uwp or wpf.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM