We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "title" : "Lunch", "location" : "", "startDateTime" : "2017/4/13 12:00", "endDateTime" : "2017/4/13 12:30", "isAllDay" : false, "recurrence" : null }
location is said to be returned by Apex.nlp();
location
Apex.nlp();
Event class here
Event
But in my Android Studio Import, it's not present.
here is my Gradle build import file:
apply plugin: 'com.android.application' apply plugin: 'realm-android' android { compileSdkVersion 27 buildToolsVersion "26.0.2" defaultConfig { applicationId "sharukh.reminds" minSdkVersion 21 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:27.0.2' compile 'com.android.support:design:27.0.2' compile 'com.android.support:recyclerview-v7:27.0.2' compile 'com.android.support:cardview-v7:27.0.2' //ApexNLP core library compile 'com.sixthsolution.apex:apex:0.1.0-alpha1' //NLP for English compile 'com.sixthsolution.apex:english-nlp:0.1.0-alpha1' //ThreeTen compile 'org.threeten:threetenbp:1.3.3' testCompile 'junit:junit:4.12' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
location
is said to be returned byApex.nlp();
Event
class hereBut in my Android Studio Import, it's not present.

here is my Gradle build import file:
The text was updated successfully, but these errors were encountered: