You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saved each sentence to a seperate .txt file to overcome the memory load error. In a bash script I iterate over all these files and run "java -Xmx4g -jar GermaNER-09-09-2015.jar -t YourTokenizedTestFile -o OutputFileName" per file. This takes a lot of time. Is there a faster way to apply GermaNER on each file ?
The text was updated successfully, but these errors were encountered:
I saved each sentence to a seperate .txt file to overcome the memory load error. In a bash script I iterate over all these files and run "java -Xmx4g -jar GermaNER-09-09-2015.jar -t YourTokenizedTestFile -o OutputFileName" per file. This takes a lot of time. Is there a faster way to apply GermaNER on each file ?
The text was updated successfully, but these errors were encountered: