Skip to content

CodeNLP/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

NLP wiki

TIMEX

TIMEX normalization for Polish

In the command line

wget https://github.com/CLARIN-PL/Liner2/releases/download/v2.7/g419-liner2-cli-2.7.jar

t3_date

echo "t3_date:1 listopad 2021" | java -jar g419-liner2-cli-2.7.jar timex-norm

Output:

{"input":"t3_date:1 listopad 2021","bases":"1 listopad 2021","type":"t3_date","lval":"2021-11-01"}

t3_time

echo "t3_time:12:05" | java -jar g419-liner2-cli-2.7.jar timex-norm

Output:

{"input":"t3_time:12:05","bases":"12:05","type":"t3_time","lval":"xxxx-xx-xxt12:05"}

About

Wiki for NLP tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published