ApexNLP
ApexNLP copied to clipboard
A natural language event parser for java and android.
•Family Dine Out on the 2nd Friday of every month at 6-9p •Meet John on monday at Mall •Tennis on Mondays, Tuesdays, Fridays at 10 •Paying bills day repeat on...
This is my code: ``` Event event = Apex.nlp("fa", "نهار فردا بعد از ظهر ساعت ۷"); Log.d("NLP", event.title()); ``` and this is the exception details ``` java.lang.RuntimeException: Unable to start...
**Title is not extracted in any case.**  I've used `compile 'org.threeten:threetenbp:1.3.3'` because `compile 'com.jakewharton.threetenabp:threetenabp:1.0.5'` doesn't work _(Look at my other #32 issue I've...
``` { "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...
I just tried to extract events from a mail message. However, the mobile no in the mail is tokenized as int and generated number format exception `java.lang.NumberFormatException: Invalid int: "98xxxxxx56"...
I tried most of those examples and none of them worked. ``` class ApexAPI { static { Apex.init(new Apex.ApexBuilder() .addParser("en", new EnglishParser()) .build()); } Event getEvent(String sentence) { return Apex.nlp("en",...
 Adding the `compile 'com.jakewharton.threetenabp:threetenabp:1.0.5'` dependency doesn't work. It produces the **duplicate error** as mentioned in the screenshot.